Html Css Color HEX #CFFA60 Mindaro

📋 copy color: '#CFFA60'

red 207 ◦ green 250 ◦ blue 96

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

Shades of Mindaro #CFFA60

Tints of Mindaro #CFFA60

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.21%

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

R = 37.43%
G = 45.21%
B = 17.36%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#CFFA60 (or 0xCFFA60) is known color: Mindaro. HEX triplet: CF, FA and 60. RGB value is (207,250,96). Sum of RGB (Red+Green+Blue) = 207+250+96=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 250 (98.05% from 255 or 45.21% from 553); Blue value is 96 (37.89% from 255 or 17.36% from 553); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFA60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFA60 is #30059F. Grayscale: #DCDCDC. Windows color (decimal): -3147168 or 6355663. OLE color: 6355663.

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

Color convert

RGB 207 250 96 -
CMYK 0.17 0 0.62 0.02
HSL 76.75º 0.94% 0.68% -
HSV(B) 76.75º 0.62% 0.98% -
XYZ 62.03 82.48 23.72 -
YUV 219.59 58.25 119.02 -
System Red Green Blue C M Y K H S L
Decimal 207 250 96 0.17 0 0.62 0.02 76.75 0.94 0.68
Hex CF FA 60 11 0 3E 2 4D 5E 44
Octal 317 372 140 21 0 76 2 115 136 104
Binary 11001111 11111010 1100000 10001 0 111110 10 1001101 1011110 1000100

Color Harmonies of #CFFA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFA60

Black with #CFFA60

Text Example


Text Example

White with #CFFA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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