Html Css Color HEX #CFEA6B Mindaro

📋 copy color: '#CFEA6B'

red 207 ◦ green 234 ◦ blue 107

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

Shades of Mindaro #CFEA6B

Tints of Mindaro #CFEA6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.53%

R = 37.77%
G = 42.7%
B = 19.53%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#CFEA6B (or 0xCFEA6B) is known color: Mindaro. HEX triplet: CF, EA and 6B. RGB value is (207,234,107). Sum of RGB (Red+Green+Blue) = 207+234+107=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 234 (91.80% from 255 or 42.70% from 548); Blue value is 107 (42.19% from 255 or 19.53% from 548); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEA6B is #301594. Grayscale: #D3D3D3. Windows color (decimal): -3151253 or 7072463. OLE color: 7072463.

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

Color convert

RGB 207 234 107 -
CMYK 0.12 0 0.54 0.08
HSL 72.76º 0.75% 0.67% -
HSV(B) 72.76º 0.54% 0.92% -
XYZ 57.81 73.17 24.99 -
YUV 211.45 69.05 124.83 -
System Red Green Blue C M Y K H S L
Decimal 207 234 107 0.12 0 0.54 0.08 72.76 0.75 0.67
Hex CF EA 6B C 0 36 8 49 4B 43
Octal 317 352 153 14 0 66 10 111 113 103
Binary 11001111 11101010 1101011 1100 0 110110 1000 1001001 1001011 1000011

Color Harmonies of #CFEA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEA6B

Black with #CFEA6B

Text Example


Text Example

White with #CFEA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEA6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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