Html Css Color HEX #CFF073 Mindaro

📋 copy color: '#CFF073'

red 207 ◦ green 240 ◦ blue 115

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

Shades of Mindaro #CFF073

Tints of Mindaro #CFF073

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.7%

 BLUE value IS 115 (45.31% from 255) = 20.46%

R = 36.83%
G = 42.7%
B = 20.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#CFF073 (or 0xCFF073) is known color: Mindaro. HEX triplet: CF, F0 and 73. RGB value is (207,240,115). Sum of RGB (Red+Green+Blue) = 207+240+115=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 240 (94.14% from 255 or 42.70% from 562); Blue value is 115 (45.31% from 255 or 20.46% from 562); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF073 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF073 is #300F8C. Grayscale: #D8D8D8. Windows color (decimal): -3149709 or 7598287. OLE color: 7598287.

HSL color Cylindrical-coordinate representation of color #CFF073: hue angle of 75.84º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFF073 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 240 115 -
CMYK 0.14 0 0.52 0.06
HSL 75.84º 0.81% 0.7% -
HSV(B) 75.84º 0.52% 0.94% -
XYZ 59.99 76.82 27.89 -
YUV 215.88 71.07 121.66 -
System Red Green Blue C M Y K H S L
Decimal 207 240 115 0.14 0 0.52 0.06 75.84 0.81 0.7
Hex CF F0 73 E 0 34 6 4C 51 46
Octal 317 360 163 16 0 64 6 114 121 106
Binary 11001111 11110000 1110011 1110 0 110100 110 1001100 1010001 1000110

Color Harmonies of #CFF073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF073

Black with #CFF073

Text Example


Text Example

White with #CFF073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF073; }

 p { color: rgb(207,240,115); }

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

background-color css

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

 a { background-color: rgb(207,240,115); }

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

border-color css

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

 span { border-color: rgb(207,240,115); }

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