Html Css Color HEX #CFFD5F Mindaro

📋 copy color: '#CFFD5F'

red 207 ◦ green 253 ◦ blue 95

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

Shades of Mindaro #CFFD5F

Tints of Mindaro #CFFD5F

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.59%

 BLUE value IS 95 (37.5% from 255) = 17.12%

R = 37.3%
G = 45.59%
B = 17.12%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#CFFD5F (or 0xCFFD5F) is known color: Mindaro. HEX triplet: CF, FD and 5F. RGB value is (207,253,95). Sum of RGB (Red+Green+Blue) = 207+253+95=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 253 (99.22% from 255 or 45.59% from 555); Blue value is 95 (37.5% from 255 or 17.12% from 555); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFD5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFD5F is #3002A0. Grayscale: #DDDDDD. Windows color (decimal): -3146401 or 6290895. OLE color: 6290895.

HSL color Cylindrical-coordinate representation of color #CFFD5F: hue angle of 77.47º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CFFD5F is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB 207 253 95 -
CMYK 0.18 0 0.62 0.01
HSL 77.47º 0.98% 0.68% -
HSV(B) 77.47º 0.62% 0.99% -
XYZ 62.92 84.34 23.79 -
YUV 221.23 56.76 117.85 -
System Red Green Blue C M Y K H S L
Decimal 207 253 95 0.18 0 0.62 0.01 77.47 0.98 0.68
Hex CF FD 5F 12 0 3E 1 4D 62 44
Octal 317 375 137 22 0 76 1 115 142 104
Binary 11001111 11111101 1011111 10010 0 111110 1 1001101 1100010 1000100

Color Harmonies of #CFFD5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFD5F

Black with #CFFD5F

Text Example


Text Example

White with #CFFD5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFD5F; }

 p { color: rgb(207,253,95); }

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

background-color css

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

 a { background-color: rgb(207,253,95); }

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

border-color css

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

 span { border-color: rgb(207,253,95); }

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