Html Css Color HEX #CFF95D Mindaro

📋 copy color: '#CFF95D'

red 207 ◦ green 249 ◦ blue 93

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

Shades of Mindaro #CFF95D

Tints of Mindaro #CFF95D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 16.94%

R = 37.7%
G = 45.36%
B = 16.94%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#CFF95D (or 0xCFF95D) is known color: Mindaro. HEX triplet: CF, F9 and 5D. RGB value is (207,249,93). Sum of RGB (Red+Green+Blue) = 207+249+93=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 249 (97.66% from 255 or 45.36% from 549); Blue value is 93 (36.72% from 255 or 16.94% from 549); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF95D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF95D is #3006A2. Grayscale: #DBDBDB. Windows color (decimal): -3147427 or 6158799. OLE color: 6158799.

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

Color convert

RGB 207 249 93 -
CMYK 0.17 0 0.63 0.02
HSL 76.15º 0.93% 0.67% -
HSV(B) 76.15º 0.63% 0.98% -
XYZ 61.58 81.81 22.9 -
YUV 218.66 57.09 119.68 -
System Red Green Blue C M Y K H S L
Decimal 207 249 93 0.17 0 0.63 0.02 76.15 0.93 0.67
Hex CF F9 5D 11 0 3F 2 4C 5D 43
Octal 317 371 135 21 0 77 2 114 135 103
Binary 11001111 11111001 1011101 10001 0 111111 10 1001100 1011101 1000011

Color Harmonies of #CFF95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF95D

Black with #CFF95D

Text Example


Text Example

White with #CFF95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF95D; }

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

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

background-color css

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

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

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

border-color css

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

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

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