Html Css Color HEX #CFE15E Mindaro

📋 copy color: '#CFE15E'

red 207 ◦ green 225 ◦ blue 94

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

Shades of Mindaro #CFE15E

Tints of Mindaro #CFE15E

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.78%

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

R = 39.35%
G = 42.78%
B = 17.87%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#CFE15E (or 0xCFE15E) is known color: Mindaro. HEX triplet: CF, E1 and 5E. RGB value is (207,225,94). Sum of RGB (Red+Green+Blue) = 207+225+94=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 225 (88.28% from 255 or 42.78% from 526); Blue value is 94 (37.11% from 255 or 17.87% from 526); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE15E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE15E is #301EA1. Grayscale: #CDCDCD. Windows color (decimal): -3153570 or 6218191. OLE color: 6218191.

HSL color Cylindrical-coordinate representation of color #CFE15E: hue angle of 68.24º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CFE15E is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 225 94 -
CMYK 0.08 0 0.58 0.12
HSL 68.24º 0.69% 0.63% -
HSV(B) 68.24º 0.58% 0.88% -
XYZ 54.68 67.92 20.82 -
YUV 204.68 65.54 129.65 -
System Red Green Blue C M Y K H S L
Decimal 207 225 94 0.08 0 0.58 0.12 68.24 0.69 0.63
Hex CF E1 5E 8 0 3A C 44 45 3F
Octal 317 341 136 10 0 72 14 104 105 77
Binary 11001111 11100001 1011110 1000 0 111010 1100 1000100 1000101 111111

Color Harmonies of #CFE15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE15E

Black with #CFE15E

Text Example


Text Example

White with #CFE15E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE15E; }

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

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

background-color css

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

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

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

border-color css

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

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

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