Html Css Color HEX #CFDF76 Mindaro

📋 copy color: '#CFDF76'

red 207 ◦ green 223 ◦ blue 118

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

Shades of Mindaro #CFDF76

Tints of Mindaro #CFDF76

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.69%

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

R = 37.77%
G = 40.69%
B = 21.53%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#CFDF76 (or 0xCFDF76) is known color: Mindaro. HEX triplet: CF, DF and 76. RGB value is (207,223,118). Sum of RGB (Red+Green+Blue) = 207+223+118=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 223 (87.5% from 255 or 40.69% from 548); Blue value is 118 (46.48% from 255 or 21.53% from 548); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDF76 is #302089. Grayscale: #CECECE. Windows color (decimal): -3154058 or 7790543. OLE color: 7790543.

HSL color Cylindrical-coordinate representation of color #CFDF76: hue angle of 69.14º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFDF76 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 223 118 -
CMYK 0.07 0 0.47 0.13
HSL 69.14º 0.62% 0.67% -
HSV(B) 69.14º 0.47% 0.87% -
XYZ 55.39 67.35 27.22 -
YUV 206.25 78.2 128.54 -
System Red Green Blue C M Y K H S L
Decimal 207 223 118 0.07 0 0.47 0.13 69.14 0.62 0.67
Hex CF DF 76 7 0 2F D 45 3E 43
Octal 317 337 166 7 0 57 15 105 76 103
Binary 11001111 11011111 1110110 111 0 101111 1101 1000101 111110 1000011

Color Harmonies of #CFDF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDF76

Black with #CFDF76

Text Example


Text Example

White with #CFDF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDF76; }

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

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

background-color css

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

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

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

border-color css

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

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

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