Html Css Color HEX #CFF860 Mindaro

📋 copy color: '#CFF860'

red 207 ◦ green 248 ◦ blue 96

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

Shades of Mindaro #CFF860

Tints of Mindaro #CFF860

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.01%

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

R = 37.57%
G = 45.01%
B = 17.42%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#CFF860 (or 0xCFF860) is known color: Mindaro. HEX triplet: CF, F8 and 60. RGB value is (207,248,96). Sum of RGB (Red+Green+Blue) = 207+248+96=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 248 (97.27% from 255 or 45.01% from 551); Blue value is 96 (37.89% from 255 or 17.42% from 551); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF860 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF860 is #30079F. Grayscale: #DADADA. Windows color (decimal): -3147680 or 6355151. OLE color: 6355151.

HSL color Cylindrical-coordinate representation of color #CFF860: hue angle of 76.18º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CFF860 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB 207 248 96 -
CMYK 0.17 0 0.61 0.03
HSL 76.18º 0.92% 0.67% -
HSV(B) 76.18º 0.61% 0.97% -
XYZ 61.41 81.24 23.51 -
YUV 218.41 58.92 119.86 -
System Red Green Blue C M Y K H S L
Decimal 207 248 96 0.17 0 0.61 0.03 76.18 0.92 0.67
Hex CF F8 60 11 0 3D 3 4C 5C 43
Octal 317 370 140 21 0 75 3 114 134 103
Binary 11001111 11111000 1100000 10001 0 111101 11 1001100 1011100 1000011

Color Harmonies of #CFF860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF860

Black with #CFF860

Text Example


Text Example

White with #CFF860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF860; }

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

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

background-color css

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

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

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

border-color css

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

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

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