Html Css Color HEX #CFF96A Mindaro

📋 copy color: '#CFF96A'

red 207 ◦ green 249 ◦ blue 106

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

Shades of Mindaro #CFF96A

Tints of Mindaro #CFF96A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.31%

 BLUE value IS 106 (41.8% from 255) = 18.86%

R = 36.83%
G = 44.31%
B = 18.86%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#CFF96A (or 0xCFF96A) is known color: Mindaro. HEX triplet: CF, F9 and 6A. RGB value is (207,249,106). Sum of RGB (Red+Green+Blue) = 207+249+106=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 249 (97.66% from 255 or 44.31% from 562); Blue value is 106 (41.80% from 255 or 18.86% from 562); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF96A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF96A is #300695. Grayscale: #DCDCDC. Windows color (decimal): -3147414 or 7010767. OLE color: 7010767.

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

Color convert

RGB 207 249 106 -
CMYK 0.17 0 0.57 0.02
HSL 77.62º 0.92% 0.7% -
HSV(B) 77.62º 0.57% 0.98% -
XYZ 62.21 82.06 26.2 -
YUV 220.14 63.59 118.63 -
System Red Green Blue C M Y K H S L
Decimal 207 249 106 0.17 0 0.57 0.02 77.62 0.92 0.7
Hex CF F9 6A 11 0 39 2 4E 5C 46
Octal 317 371 152 21 0 71 2 116 134 106
Binary 11001111 11111001 1101010 10001 0 111001 10 1001110 1011100 1000110

Color Harmonies of #CFF96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF96A

Black with #CFF96A

Text Example


Text Example

White with #CFF96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF96A; }

 p { color: rgb(207,249,106); }

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

background-color css

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

 a { background-color: rgb(207,249,106); }

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

border-color css

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

 span { border-color: rgb(207,249,106); }

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