Html Css Color HEX #CFEA6A Mindaro

📋 copy color: '#CFEA6A'

red 207 ◦ green 234 ◦ blue 106

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

Shades of Mindaro #CFEA6A

Tints of Mindaro #CFEA6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.38%

R = 37.84%
G = 42.78%
B = 19.38%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#CFEA6A (or 0xCFEA6A) is known color: Mindaro. HEX triplet: CF, EA and 6A. RGB value is (207,234,106). Sum of RGB (Red+Green+Blue) = 207+234+106=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 234 (91.80% from 255 or 42.78% from 547); Blue value is 106 (41.80% from 255 or 19.38% from 547); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEA6A is #301595. Grayscale: #D3D3D3. Windows color (decimal): -3151254 or 7006927. OLE color: 7006927.

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

Color convert

RGB 207 234 106 -
CMYK 0.12 0 0.55 0.08
HSL 72.66º 0.75% 0.67% -
HSV(B) 72.66º 0.55% 0.92% -
XYZ 57.76 73.15 24.71 -
YUV 211.34 68.55 124.91 -
System Red Green Blue C M Y K H S L
Decimal 207 234 106 0.12 0 0.55 0.08 72.66 0.75 0.67
Hex CF EA 6A C 0 37 8 49 4B 43
Octal 317 352 152 14 0 67 10 111 113 103
Binary 11001111 11101010 1101010 1100 0 110111 1000 1001001 1001011 1000011

Color Harmonies of #CFEA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEA6A

Black with #CFEA6A

Text Example


Text Example

White with #CFEA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEA6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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