Html Css Color HEX #CFEC75 Mindaro

📋 copy color: '#CFEC75'

red 207 ◦ green 236 ◦ blue 117

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

Shades of Mindaro #CFEC75

Tints of Mindaro #CFEC75

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.14%

 BLUE value IS 117 (46.09% from 255) = 20.89%

R = 36.96%
G = 42.14%
B = 20.89%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#CFEC75 (or 0xCFEC75) is known color: Mindaro. HEX triplet: CF, EC and 75. RGB value is (207,236,117). Sum of RGB (Red+Green+Blue) = 207+236+117=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 236 (92.58% from 255 or 42.14% from 560); Blue value is 117 (46.09% from 255 or 20.89% from 560); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEC75 is #30138A. Grayscale: #D6D6D6. Windows color (decimal): -3150731 or 7728335. OLE color: 7728335.

HSL color Cylindrical-coordinate representation of color #CFEC75: hue angle of 74.62º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFEC75 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 236 117 -
CMYK 0.12 0 0.50 0.07
HSL 74.62º 0.76% 0.69% -
HSV(B) 74.62º 0.5% 0.93% -
XYZ 58.94 74.54 28.11 -
YUV 213.76 73.39 123.18 -
System Red Green Blue C M Y K H S L
Decimal 207 236 117 0.12 0 0.50 0.07 74.62 0.76 0.69
Hex CF EC 75 C 0 32 7 4B 4C 45
Octal 317 354 165 14 0 62 7 113 114 105
Binary 11001111 11101100 1110101 1100 0 110010 111 1001011 1001100 1000101

Color Harmonies of #CFEC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEC75

Black with #CFEC75

Text Example


Text Example

White with #CFEC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEC75; }

 p { color: rgb(207,236,117); }

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

background-color css

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

 a { background-color: rgb(207,236,117); }

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

border-color css

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

 span { border-color: rgb(207,236,117); }

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