Html Css Color HEX #CFF75F Mindaro

📋 copy color: '#CFF75F'

red 207 ◦ green 247 ◦ blue 95

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

Shades of Mindaro #CFF75F

Tints of Mindaro #CFF75F

RGB

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

 GREEN value IS 247 (96.88% from 255) = 44.99%

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

R = 37.7%
G = 44.99%
B = 17.3%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#CFF75F (or 0xCFF75F) is known color: Mindaro. HEX triplet: CF, F7 and 5F. RGB value is (207,247,95). Sum of RGB (Red+Green+Blue) = 207+247+95=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 247 (96.88% from 255 or 44.99% from 549); Blue value is 95 (37.5% from 255 or 17.30% from 549); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF75F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF75F is #3008A0. Grayscale: #DADADA. Windows color (decimal): -3147937 or 6289359. OLE color: 6289359.

HSL color Cylindrical-coordinate representation of color #CFF75F: hue angle of 75.79º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CFF75F is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 207 247 95 -
CMYK 0.16 0 0.62 0.03
HSL 75.79º 0.9% 0.67% -
HSV(B) 75.79º 0.62% 0.97% -
XYZ 61.06 80.61 23.17 -
YUV 217.71 58.75 120.36 -
System Red Green Blue C M Y K H S L
Decimal 207 247 95 0.16 0 0.62 0.03 75.79 0.9 0.67
Hex CF F7 5F 10 0 3E 3 4C 5A 43
Octal 317 367 137 20 0 76 3 114 132 103
Binary 11001111 11110111 1011111 10000 0 111110 11 1001100 1011010 1000011

Color Harmonies of #CFF75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF75F

Black with #CFF75F

Text Example


Text Example

White with #CFF75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF75F; }

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

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

background-color css

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

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

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

border-color css

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

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

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