Html Css Color HEX #CFE85E Mindaro

📋 copy color: '#CFE85E'

red 207 ◦ green 232 ◦ blue 94

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

Shades of Mindaro #CFE85E

Tints of Mindaro #CFE85E

RGB

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

 GREEN value IS 232 (91.02% from 255) = 43.53%

 BLUE value IS 94 (37.11% from 255) = 17.64%

R = 38.84%
G = 43.53%
B = 17.64%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#CFE85E (or 0xCFE85E) is known color: Mindaro. HEX triplet: CF, E8 and 5E. RGB value is (207,232,94). Sum of RGB (Red+Green+Blue) = 207+232+94=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 232 (91.02% from 255 or 43.53% from 533); Blue value is 94 (37.11% from 255 or 17.64% from 533); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE85E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE85E is #3017A1. Grayscale: #D1D1D1. Windows color (decimal): -3151778 or 6219983. OLE color: 6219983.

HSL color Cylindrical-coordinate representation of color #CFE85E: hue angle of 70.87º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CFE85E is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 232 94 -
CMYK 0.11 0 0.59 0.09
HSL 70.87º 0.75% 0.64% -
HSV(B) 70.87º 0.59% 0.91% -
XYZ 56.61 71.79 21.46 -
YUV 208.79 63.22 126.72 -
System Red Green Blue C M Y K H S L
Decimal 207 232 94 0.11 0 0.59 0.09 70.87 0.75 0.64
Hex CF E8 5E B 0 3B 9 47 4B 40
Octal 317 350 136 13 0 73 11 107 113 100
Binary 11001111 11101000 1011110 1011 0 111011 1001 1000111 1001011 1000000

Color Harmonies of #CFE85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE85E

Black with #CFE85E

Text Example


Text Example

White with #CFE85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE85E; }

 p { color: rgb(207,232,94); }

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

background-color css

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

 a { background-color: rgb(207,232,94); }

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

border-color css

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

 span { border-color: rgb(207,232,94); }

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