Html Css Color HEX #CFDE70 Mindaro

📋 copy color: '#CFDE70'

red 207 ◦ green 222 ◦ blue 112

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

Shades of Mindaro #CFDE70

Tints of Mindaro #CFDE70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.7%

R = 38.26%
G = 41.04%
B = 20.7%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#CFDE70 (or 0xCFDE70) is known color: Mindaro. HEX triplet: CF, DE and 70. RGB value is (207,222,112). Sum of RGB (Red+Green+Blue) = 207+222+112=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 222 (87.11% from 255 or 41.04% from 541); Blue value is 112 (44.14% from 255 or 20.70% from 541); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDE70 is #30218F. Grayscale: #CDCDCD. Windows color (decimal): -3154320 or 7397071. OLE color: 7397071.

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

Color convert

RGB 207 222 112 -
CMYK 0.07 0 0.50 0.13
HSL 68.18º 0.63% 0.65% -
HSV(B) 68.18º 0.5% 0.87% -
XYZ 54.78 66.68 25.31 -
YUV 204.98 75.53 129.44 -
System Red Green Blue C M Y K H S L
Decimal 207 222 112 0.07 0 0.50 0.13 68.18 0.63 0.65
Hex CF DE 70 7 0 32 D 44 3E 41
Octal 317 336 160 7 0 62 15 104 76 101
Binary 11001111 11011110 1110000 111 0 110010 1101 1000100 111110 1000001

Color Harmonies of #CFDE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDE70

Black with #CFDE70

Text Example


Text Example

White with #CFDE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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