Html Css Color HEX #CFEE60 Mindaro

📋 copy color: '#CFEE60'

red 207 ◦ green 238 ◦ blue 96

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

Shades of Mindaro #CFEE60

Tints of Mindaro #CFEE60

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.99%

 BLUE value IS 96 (37.89% from 255) = 17.74%

R = 38.26%
G = 43.99%
B = 17.74%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#CFEE60 (or 0xCFEE60) is known color: Mindaro. HEX triplet: CF, EE and 60. RGB value is (207,238,96). Sum of RGB (Red+Green+Blue) = 207+238+96=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 238 (93.36% from 255 or 43.99% from 541); Blue value is 96 (37.89% from 255 or 17.74% from 541); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEE60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEE60 is #30119F. Grayscale: #D5D5D5. Windows color (decimal): -3150240 or 6352591. OLE color: 6352591.

HSL color Cylindrical-coordinate representation of color #CFEE60: hue angle of 73.1º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFEE60 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 238 96 -
CMYK 0.13 0 0.60 0.07
HSL 73.1º 0.81% 0.65% -
HSV(B) 73.1º 0.6% 0.93% -
XYZ 58.42 75.26 22.51 -
YUV 212.54 62.23 124.05 -
System Red Green Blue C M Y K H S L
Decimal 207 238 96 0.13 0 0.60 0.07 73.1 0.81 0.65
Hex CF EE 60 D 0 3C 7 49 51 41
Octal 317 356 140 15 0 74 7 111 121 101
Binary 11001111 11101110 1100000 1101 0 111100 111 1001001 1010001 1000001

Color Harmonies of #CFEE60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEE60

Black with #CFEE60

Text Example


Text Example

White with #CFEE60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEE60; }

 p { color: rgb(207,238,96); }

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

background-color css

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

 a { background-color: rgb(207,238,96); }

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

border-color css

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

 span { border-color: rgb(207,238,96); }

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