Html Css Color HEX #CFDE76 Mindaro

📋 copy color: '#CFDE76'

red 207 ◦ green 222 ◦ blue 118

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

Shades of Mindaro #CFDE76

Tints of Mindaro #CFDE76

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.59%

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

R = 37.84%
G = 40.59%
B = 21.57%

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

#CFDE76 (or 0xCFDE76) is known color: Mindaro. HEX triplet: CF, DE and 76. RGB value is (207,222,118). Sum of RGB (Red+Green+Blue) = 207+222+118=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 222 (87.11% from 255 or 40.59% from 547); Blue value is 118 (46.48% from 255 or 21.57% from 547); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDE76 is #302189. Grayscale: #CECECE. Windows color (decimal): -3154314 or 7790287. OLE color: 7790287.

HSL color Cylindrical-coordinate representation of color #CFDE76: hue angle of 68.65º degrees, saturation: 0.61, 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 #CFDE76 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 222 118 -
CMYK 0.07 0 0.47 0.13
HSL 68.65º 0.61% 0.67% -
HSV(B) 68.65º 0.47% 0.87% -
XYZ 55.12 66.82 27.13 -
YUV 205.66 78.53 128.96 -
System Red Green Blue C M Y K H S L
Decimal 207 222 118 0.07 0 0.47 0.13 68.65 0.61 0.67
Hex CF DE 76 7 0 2F D 45 3D 43
Octal 317 336 166 7 0 57 15 105 75 103
Binary 11001111 11011110 1110110 111 0 101111 1101 1000101 111101 1000011

Color Harmonies of #CFDE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDE76

Black with #CFDE76

Text Example


Text Example

White with #CFDE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDE76; }

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

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

background-color css

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

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

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

border-color css

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

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

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