Html Css Color HEX #CFEA5E Mindaro

📋 copy color: '#CFEA5E'

red 207 ◦ green 234 ◦ blue 94

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

Shades of Mindaro #CFEA5E

Tints of Mindaro #CFEA5E

RGB

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

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

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

R = 38.69%
G = 43.74%
B = 17.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#CFEA5E (or 0xCFEA5E) is known color: Mindaro. HEX triplet: CF, EA and 5E. RGB value is (207,234,94). Sum of RGB (Red+Green+Blue) = 207+234+94=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 234 (91.80% from 255 or 43.74% from 535); Blue value is 94 (37.11% from 255 or 17.57% from 535); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEA5E is #3015A1. Grayscale: #D2D2D2. Windows color (decimal): -3151266 or 6220495. OLE color: 6220495.

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

Color convert

RGB 207 234 94 -
CMYK 0.12 0 0.60 0.08
HSL 71.57º 0.77% 0.64% -
HSV(B) 71.57º 0.6% 0.92% -
XYZ 57.18 72.92 21.65 -
YUV 209.97 62.55 125.88 -
System Red Green Blue C M Y K H S L
Decimal 207 234 94 0.12 0 0.60 0.08 71.57 0.77 0.64
Hex CF EA 5E C 0 3C 8 48 4D 40
Octal 317 352 136 14 0 74 10 110 115 100
Binary 11001111 11101010 1011110 1100 0 111100 1000 1001000 1001101 1000000

Color Harmonies of #CFEA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEA5E

Black with #CFEA5E

Text Example


Text Example

White with #CFEA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEA5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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