Html Css Color HEX #CFF495 Reef

📋 copy color: '#CFF495'

red 207 ◦ green 244 ◦ blue 149

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

Shades of Reef #CFF495

Tints of Reef #CFF495

RGB

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

 GREEN value IS 244 (95.7% from 255) = 40.67%

 BLUE value IS 149 (58.59% from 255) = 24.83%

R = 34.5%
G = 40.67%
B = 24.83%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#CFF495 (or 0xCFF495) is known color: Reef. HEX triplet: CF, F4 and 95. RGB value is (207,244,149). Sum of RGB (Red+Green+Blue) = 207+244+149=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 244 (95.70% from 255 or 40.67% from 600); Blue value is 149 (58.59% from 255 or 24.83% from 600); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF495 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF495 is #300B6A. Grayscale: #DEDEDE. Windows color (decimal): -3148651 or 9827535. OLE color: 9827535.

HSL color Cylindrical-coordinate representation of color #CFF495: hue angle of 83.37º degrees, saturation: 0.81, 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 #CFF495 is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 207 244 149 -
CMYK 0.15 0 0.39 0.04
HSL 83.37º 0.81% 0.77% -
HSV(B) 83.37º 0.39% 0.96% -
XYZ 63.51 80.14 40.55 -
YUV 222.11 86.74 117.22 -
System Red Green Blue C M Y K H S L
Decimal 207 244 149 0.15 0 0.39 0.04 83.37 0.81 0.77
Hex CF F4 95 F 0 27 4 53 51 4D
Octal 317 364 225 17 0 47 4 123 121 115
Binary 11001111 11110100 10010101 1111 0 100111 100 1010011 1010001 1001101

Color Harmonies of #CFF495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF495

Black with #CFF495

Text Example


Text Example

White with #CFF495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF495; }

 p { color: rgb(207,244,149); }

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

background-color css

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

 a { background-color: rgb(207,244,149); }

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

border-color css

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

 span { border-color: rgb(207,244,149); }

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