Html Css Color HEX #CFF16E Mindaro

📋 copy color: '#CFF16E'

red 207 ◦ green 241 ◦ blue 110

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

Shades of Mindaro #CFF16E

Tints of Mindaro #CFF16E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.71%

R = 37.1%
G = 43.19%
B = 19.71%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#CFF16E (or 0xCFF16E) is known color: Mindaro. HEX triplet: CF, F1 and 6E. RGB value is (207,241,110). Sum of RGB (Red+Green+Blue) = 207+241+110=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 241 (94.53% from 255 or 43.19% from 558); Blue value is 110 (43.36% from 255 or 19.71% from 558); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF16E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF16E is #300E91. Grayscale: #D8D8D8. Windows color (decimal): -3149458 or 7270863. OLE color: 7270863.

HSL color Cylindrical-coordinate representation of color #CFF16E: hue angle of 75.57º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFF16E is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 241 110 -
CMYK 0.14 0 0.54 0.05
HSL 75.57º 0.82% 0.69% -
HSV(B) 75.57º 0.54% 0.95% -
XYZ 60 77.3 26.51 -
YUV 215.9 68.24 121.65 -
System Red Green Blue C M Y K H S L
Decimal 207 241 110 0.14 0 0.54 0.05 75.57 0.82 0.69
Hex CF F1 6E E 0 36 5 4C 52 45
Octal 317 361 156 16 0 66 5 114 122 105
Binary 11001111 11110001 1101110 1110 0 110110 101 1001100 1010010 1000101

Color Harmonies of #CFF16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF16E

Black with #CFF16E

Text Example


Text Example

White with #CFF16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF16E; }

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

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

background-color css

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

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

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

border-color css

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

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

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