Html Css Color HEX #CFF75D Mindaro

📋 copy color: '#CFF75D'

red 207 ◦ green 247 ◦ blue 93

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

Shades of Mindaro #CFF75D

Tints of Mindaro #CFF75D

RGB

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

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

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

R = 37.84%
G = 45.16%
B = 17%

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

#CFF75D (or 0xCFF75D) is known color: Mindaro. HEX triplet: CF, F7 and 5D. RGB value is (207,247,93). Sum of RGB (Red+Green+Blue) = 207+247+93=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 247 (96.88% from 255 or 45.16% from 547); Blue value is 93 (36.72% from 255 or 17.00% from 547); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF75D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF75D is #3008A2. Grayscale: #DADADA. Windows color (decimal): -3147939 or 6158287. OLE color: 6158287.

HSL color Cylindrical-coordinate representation of color #CFF75D: hue angle of 75.58º degrees, saturation: 0.91, 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 #CFF75D is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 207 247 93 -
CMYK 0.16 0 0.62 0.03
HSL 75.58º 0.91% 0.67% -
HSV(B) 75.58º 0.62% 0.97% -
XYZ 60.97 80.58 22.7 -
YUV 217.48 57.75 120.52 -
System Red Green Blue C M Y K H S L
Decimal 207 247 93 0.16 0 0.62 0.03 75.58 0.91 0.67
Hex CF F7 5D 10 0 3E 3 4C 5B 43
Octal 317 367 135 20 0 76 3 114 133 103
Binary 11001111 11110111 1011101 10000 0 111110 11 1001100 1011011 1000011

Color Harmonies of #CFF75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF75D

Black with #CFF75D

Text Example


Text Example

White with #CFF75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF75D; }

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

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

background-color css

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

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

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

border-color css

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

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

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