Html Css Color HEX #CFE376 Mindaro

📋 copy color: '#CFE376'

red 207 ◦ green 227 ◦ blue 118

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

Shades of Mindaro #CFE376

Tints of Mindaro #CFE376

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.12%

 BLUE value IS 118 (46.48% from 255) = 21.38%

R = 37.5%
G = 41.12%
B = 21.38%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#CFE376 (or 0xCFE376) is known color: Mindaro. HEX triplet: CF, E3 and 76. RGB value is (207,227,118). Sum of RGB (Red+Green+Blue) = 207+227+118=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 227 (89.06% from 255 or 41.12% from 552); Blue value is 118 (46.48% from 255 or 21.38% from 552); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE376 is #301C89. Grayscale: #D1D1D1. Windows color (decimal): -3153034 or 7791567. OLE color: 7791567.

HSL color Cylindrical-coordinate representation of color #CFE376: hue angle of 71.01º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFE376 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 227 118 -
CMYK 0.09 0 0.48 0.11
HSL 71.01º 0.66% 0.68% -
HSV(B) 71.01º 0.48% 0.89% -
XYZ 56.47 69.51 27.58 -
YUV 208.59 76.87 126.86 -
System Red Green Blue C M Y K H S L
Decimal 207 227 118 0.09 0 0.48 0.11 71.01 0.66 0.68
Hex CF E3 76 9 0 30 B 47 42 44
Octal 317 343 166 11 0 60 13 107 102 104
Binary 11001111 11100011 1110110 1001 0 110000 1011 1000111 1000010 1000100

Color Harmonies of #CFE376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE376

Black with #CFE376

Text Example


Text Example

White with #CFE376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE376; }

 p { color: rgb(207,227,118); }

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

background-color css

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

 a { background-color: rgb(207,227,118); }

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

border-color css

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

 span { border-color: rgb(207,227,118); }

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