Html Css Color HEX #CFDE6D Mindaro

📋 copy color: '#CFDE6D'

red 207 ◦ green 222 ◦ blue 109

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

Shades of Mindaro #CFDE6D

Tints of Mindaro #CFDE6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.26%

R = 38.48%
G = 41.26%
B = 20.26%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#CFDE6D (or 0xCFDE6D) is known color: Mindaro. HEX triplet: CF, DE and 6D. RGB value is (207,222,109). Sum of RGB (Red+Green+Blue) = 207+222+109=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 222 (87.11% from 255 or 41.26% from 538); Blue value is 109 (42.97% from 255 or 20.26% from 538); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDE6D is #302192. Grayscale: #CDCDCD. Windows color (decimal): -3154323 or 7200463. OLE color: 7200463.

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

Color convert

RGB 207 222 109 -
CMYK 0.07 0 0.51 0.13
HSL 67.96º 0.63% 0.65% -
HSV(B) 67.96º 0.51% 0.87% -
XYZ 54.61 66.61 24.45 -
YUV 204.63 74.03 129.69 -
System Red Green Blue C M Y K H S L
Decimal 207 222 109 0.07 0 0.51 0.13 67.96 0.63 0.65
Hex CF DE 6D 7 0 33 D 44 3F 41
Octal 317 336 155 7 0 63 15 104 77 101
Binary 11001111 11011110 1101101 111 0 110011 1101 1000100 111111 1000001

Color Harmonies of #CFDE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDE6D

Black with #CFDE6D

Text Example


Text Example

White with #CFDE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDE6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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