Html Css Color HEX #CFEA5B Mindaro

📋 copy color: '#CFEA5B'

red 207 ◦ green 234 ◦ blue 91

#CFEA5B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #CFEA5B

Tints of Mindaro #CFEA5B

RGB

 RED value IS 207 (81.25% from 255) = 38.91%

 GREEN value IS 234 (91.8% from 255) = 43.98%

 BLUE value IS 91 (35.94% from 255) = 17.11%

R = 38.91%
G = 43.98%
B = 17.11%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.61

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CFEA5B (or 0xCFEA5B) is known color: Mindaro. HEX triplet: CF, EA and 5B. RGB value is (207,234,91). Sum of RGB (Red+Green+Blue) = 207+234+91=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 234 (91.80% from 255 or 43.98% from 532); Blue value is 91 (35.94% from 255 or 17.11% from 532); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEA5B is #3015A4. Grayscale: #D2D2D2. Windows color (decimal): -3151269 or 6023887. OLE color: 6023887.

HSL color Cylindrical-coordinate representation of color #CFEA5B: hue angle of 71.33º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CFEA5B is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 234 91 -
CMYK 0.12 0 0.61 0.08
HSL 71.33º 0.77% 0.64% -
HSV(B) 71.33º 0.61% 0.92% -
XYZ 57.04 72.87 20.96 -
YUV 209.63 61.05 126.13 -
System Red Green Blue C M Y K H S L
Decimal 207 234 91 0.12 0 0.61 0.08 71.33 0.77 0.64
Hex CF EA 5B C 0 3D 8 47 4D 40
Octal 317 352 133 14 0 75 10 107 115 100
Binary 11001111 11101010 1011011 1100 0 111101 1000 1000111 1001101 1000000

Color Harmonies of #CFEA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEA5B

Black with #CFEA5B

Text Example


Text Example

White with #CFEA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEA5B; }

 p { color: rgb(207,234,91); }

 H1.HeaderClassName
 {
   color: #CFEA5B;
 }
 .AnyTagClassName
 {
   color: #CFEA5B;
 }
</style>

background-color css

<style>
 a { background-color: #CFEA5B; }

 a { background-color: rgb(207,234,91); }

 div.DivClassName
 {
   background-color: #CFEA5B;
 }
 .BgClassName
 {
   background-color: #CFEA5B;
 }
</style>

border-color css

<style>
 span { border-color: #CFEA5B; }

 span { border-color: rgb(207,234,91); }

 td.TdClassName
 {
   border-color: #CFEA5B;
 }
 .TagClassName
 {
   border-color: #CFEA5B;
 }
</style>