Html Css Color HEX #CFEF60 Mindaro

📋 copy color: '#CFEF60'

red 207 ◦ green 239 ◦ blue 96

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

Shades of Mindaro #CFEF60

Tints of Mindaro #CFEF60

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.1%

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

R = 38.19%
G = 44.1%
B = 17.71%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#CFEF60 (or 0xCFEF60) is known color: Mindaro. HEX triplet: CF, EF and 60. RGB value is (207,239,96). Sum of RGB (Red+Green+Blue) = 207+239+96=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 239 (93.75% from 255 or 44.10% from 542); Blue value is 96 (37.89% from 255 or 17.71% from 542); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEF60 is #30109F. Grayscale: #D5D5D5. Windows color (decimal): -3149984 or 6352847. OLE color: 6352847.

HSL color Cylindrical-coordinate representation of color #CFEF60: hue angle of 73.43º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFEF60 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 239 96 -
CMYK 0.13 0 0.60 0.06
HSL 73.43º 0.82% 0.66% -
HSV(B) 73.43º 0.6% 0.94% -
XYZ 58.71 75.84 22.61 -
YUV 213.13 61.9 123.63 -
System Red Green Blue C M Y K H S L
Decimal 207 239 96 0.13 0 0.60 0.06 73.43 0.82 0.66
Hex CF EF 60 D 0 3C 6 49 52 42
Octal 317 357 140 15 0 74 6 111 122 102
Binary 11001111 11101111 1100000 1101 0 111100 110 1001001 1010010 1000010

Color Harmonies of #CFEF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEF60

Black with #CFEF60

Text Example


Text Example

White with #CFEF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEF60; }

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

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

background-color css

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

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

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

border-color css

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

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

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