Html Css Color HEX #CFEE5B Mindaro

📋 copy color: '#CFEE5B'

red 207 ◦ green 238 ◦ blue 91

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

Shades of Mindaro #CFEE5B

Tints of Mindaro #CFEE5B

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.4%

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

R = 38.62%
G = 44.4%
B = 16.98%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#CFEE5B (or 0xCFEE5B) is known color: Mindaro. HEX triplet: CF, EE and 5B. RGB value is (207,238,91). Sum of RGB (Red+Green+Blue) = 207+238+91=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 238 (93.36% from 255 or 44.40% from 536); Blue value is 91 (35.94% from 255 or 16.98% from 536); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEE5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEE5B is #3011A4. Grayscale: #D4D4D4. Windows color (decimal): -3150245 or 6024911. OLE color: 6024911.

HSL color Cylindrical-coordinate representation of color #CFEE5B: hue angle of 72.65º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CFEE5B is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 238 91 -
CMYK 0.13 0 0.62 0.07
HSL 72.65º 0.81% 0.65% -
HSV(B) 72.65º 0.62% 0.93% -
XYZ 58.2 75.17 21.34 -
YUV 211.97 59.73 124.45 -
System Red Green Blue C M Y K H S L
Decimal 207 238 91 0.13 0 0.62 0.07 72.65 0.81 0.65
Hex CF EE 5B D 0 3E 7 49 51 41
Octal 317 356 133 15 0 76 7 111 121 101
Binary 11001111 11101110 1011011 1101 0 111110 111 1001001 1010001 1000001

Color Harmonies of #CFEE5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEE5B

Black with #CFEE5B

Text Example


Text Example

White with #CFEE5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEE5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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