Html Css Color HEX #CFED6D Mindaro

📋 copy color: '#CFED6D'

red 207 ◦ green 237 ◦ blue 109

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

Shades of Mindaro #CFED6D

Tints of Mindaro #CFED6D

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.86%

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

R = 37.43%
G = 42.86%
B = 19.71%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#CFED6D (or 0xCFED6D) is known color: Mindaro. HEX triplet: CF, ED and 6D. RGB value is (207,237,109). Sum of RGB (Red+Green+Blue) = 207+237+109=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 237 (92.97% from 255 or 42.86% from 553); Blue value is 109 (42.97% from 255 or 19.71% from 553); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFED6D is #301292. Grayscale: #D5D5D5. Windows color (decimal): -3150483 or 7204303. OLE color: 7204303.

HSL color Cylindrical-coordinate representation of color #CFED6D: hue angle of 74.06º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFED6D is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 237 109 -
CMYK 0.13 0 0.54 0.07
HSL 74.06º 0.78% 0.68% -
HSV(B) 74.06º 0.54% 0.93% -
XYZ 58.78 74.94 25.83 -
YUV 213.44 69.06 123.41 -
System Red Green Blue C M Y K H S L
Decimal 207 237 109 0.13 0 0.54 0.07 74.06 0.78 0.68
Hex CF ED 6D D 0 36 7 4A 4E 44
Octal 317 355 155 15 0 66 7 112 116 104
Binary 11001111 11101101 1101101 1101 0 110110 111 1001010 1001110 1000100

Color Harmonies of #CFED6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFED6D

Black with #CFED6D

Text Example


Text Example

White with #CFED6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFED6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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