Html Css Color HEX #CFF95E Mindaro

📋 copy color: '#CFF95E'

red 207 ◦ green 249 ◦ blue 94

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

Shades of Mindaro #CFF95E

Tints of Mindaro #CFF95E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.09%

R = 37.64%
G = 45.27%
B = 17.09%

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

#CFF95E (or 0xCFF95E) is known color: Mindaro. HEX triplet: CF, F9 and 5E. RGB value is (207,249,94). Sum of RGB (Red+Green+Blue) = 207+249+94=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 249 (97.66% from 255 or 45.27% from 550); Blue value is 94 (37.11% from 255 or 17.09% from 550); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF95E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF95E is #3006A1. Grayscale: #DBDBDB. Windows color (decimal): -3147426 or 6224335. OLE color: 6224335.

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

Color convert

RGB 207 249 94 -
CMYK 0.17 0 0.62 0.02
HSL 76.26º 0.93% 0.67% -
HSV(B) 76.26º 0.62% 0.98% -
XYZ 61.63 81.82 23.14 -
YUV 218.77 57.59 119.6 -
System Red Green Blue C M Y K H S L
Decimal 207 249 94 0.17 0 0.62 0.02 76.26 0.93 0.67
Hex CF F9 5E 11 0 3E 2 4C 5D 43
Octal 317 371 136 21 0 76 2 114 135 103
Binary 11001111 11111001 1011110 10001 0 111110 10 1001100 1011101 1000011

Color Harmonies of #CFF95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF95E

Black with #CFF95E

Text Example


Text Example

White with #CFF95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF95E; }

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

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

background-color css

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

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

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

border-color css

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

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

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