Html Css Color HEX #CFF160 Mindaro

📋 copy color: '#CFF160'

red 207 ◦ green 241 ◦ blue 96

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

Shades of Mindaro #CFF160

Tints of Mindaro #CFF160

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.3%

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

R = 38.05%
G = 44.3%
B = 17.65%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#CFF160 (or 0xCFF160) is known color: Mindaro. HEX triplet: CF, F1 and 60. RGB value is (207,241,96). Sum of RGB (Red+Green+Blue) = 207+241+96=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 241 (94.53% from 255 or 44.30% from 544); Blue value is 96 (37.89% from 255 or 17.65% from 544); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF160 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF160 is #300E9F. Grayscale: #D6D6D6. Windows color (decimal): -3149472 or 6353359. OLE color: 6353359.

HSL color Cylindrical-coordinate representation of color #CFF160: hue angle of 74.07º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFF160 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 241 96 -
CMYK 0.14 0 0.60 0.05
HSL 74.07º 0.84% 0.66% -
HSV(B) 74.07º 0.6% 0.95% -
XYZ 59.3 77.02 22.81 -
YUV 214.3 61.24 122.79 -
System Red Green Blue C M Y K H S L
Decimal 207 241 96 0.14 0 0.60 0.05 74.07 0.84 0.66
Hex CF F1 60 E 0 3C 5 4A 54 42
Octal 317 361 140 16 0 74 5 112 124 102
Binary 11001111 11110001 1100000 1110 0 111100 101 1001010 1010100 1000010

Color Harmonies of #CFF160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF160

Black with #CFF160

Text Example


Text Example

White with #CFF160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF160; }

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

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

background-color css

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

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

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

border-color css

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

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

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