Html Css Color HEX #CFFD60 Mindaro

📋 copy color: '#CFFD60'

red 207 ◦ green 253 ◦ blue 96

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

Shades of Mindaro #CFFD60

Tints of Mindaro #CFFD60

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.5%

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

R = 37.23%
G = 45.5%
B = 17.27%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#CFFD60 (or 0xCFFD60) is known color: Mindaro. HEX triplet: CF, FD and 60. RGB value is (207,253,96). Sum of RGB (Red+Green+Blue) = 207+253+96=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 253 (99.22% from 255 or 45.50% from 556); Blue value is 96 (37.89% from 255 or 17.27% from 556); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFD60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFD60 is #30029F. Grayscale: #DDDDDD. Windows color (decimal): -3146400 or 6356431. OLE color: 6356431.

HSL color Cylindrical-coordinate representation of color #CFFD60: hue angle of 77.58º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CFFD60 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB 207 253 96 -
CMYK 0.18 0 0.62 0.01
HSL 77.58º 0.98% 0.68% -
HSV(B) 77.58º 0.62% 0.99% -
XYZ 62.97 84.36 24.03 -
YUV 221.35 57.26 117.77 -
System Red Green Blue C M Y K H S L
Decimal 207 253 96 0.18 0 0.62 0.01 77.58 0.98 0.68
Hex CF FD 60 12 0 3E 1 4E 62 44
Octal 317 375 140 22 0 76 1 116 142 104
Binary 11001111 11111101 1100000 10010 0 111110 1 1001110 1100010 1000100

Color Harmonies of #CFFD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFD60

Black with #CFFD60

Text Example


Text Example

White with #CFFD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFD60; }

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

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

background-color css

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

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

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

border-color css

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

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

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