Html Css Color HEX #CFF596 Reef

📋 copy color: '#CFF596'

red 207 ◦ green 245 ◦ blue 150

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

Shades of Reef #CFF596

Tints of Reef #CFF596

RGB

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

 GREEN value IS 245 (96.09% from 255) = 40.7%

 BLUE value IS 150 (58.98% from 255) = 24.92%

R = 34.39%
G = 40.7%
B = 24.92%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#CFF596 (or 0xCFF596) is known color: Reef. HEX triplet: CF, F5 and 96. RGB value is (207,245,150). Sum of RGB (Red+Green+Blue) = 207+245+150=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 245 (96.09% from 255 or 40.70% from 602); Blue value is 150 (58.98% from 255 or 24.92% from 602); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF596 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF596 is #300A69. Grayscale: #DFDFDF. Windows color (decimal): -3148394 or 9893327. OLE color: 9893327.

HSL color Cylindrical-coordinate representation of color #CFF596: hue angle of 84º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFF596 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 207 245 150 -
CMYK 0.16 0 0.39 0.04
HSL 84º 0.83% 0.77% -
HSV(B) 84º 0.39% 0.96% -
XYZ 63.89 80.77 41.08 -
YUV 222.81 86.91 116.72 -
System Red Green Blue C M Y K H S L
Decimal 207 245 150 0.16 0 0.39 0.04 84 0.83 0.77
Hex CF F5 96 10 0 27 4 54 53 4D
Octal 317 365 226 20 0 47 4 124 123 115
Binary 11001111 11110101 10010110 10000 0 100111 100 1010100 1010011 1001101

Color Harmonies of #CFF596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF596

Black with #CFF596

Text Example


Text Example

White with #CFF596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF596; }

 p { color: rgb(207,245,150); }

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

background-color css

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

 a { background-color: rgb(207,245,150); }

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

border-color css

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

 span { border-color: rgb(207,245,150); }

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