Html Css Color HEX #CFF295 Reef

📋 copy color: '#CFF295'

red 207 ◦ green 242 ◦ blue 149

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

Shades of Reef #CFF295

Tints of Reef #CFF295

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.47%

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

R = 34.62%
G = 40.47%
B = 24.92%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#CFF295 (or 0xCFF295) is known color: Reef. HEX triplet: CF, F2 and 95. RGB value is (207,242,149). Sum of RGB (Red+Green+Blue) = 207+242+149=598 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.62% from 598); Green value is 242 (94.92% from 255 or 40.47% from 598); Blue value is 149 (58.59% from 255 or 24.92% from 598); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF295 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF295 is #300D6A. Grayscale: #DDDDDD. Windows color (decimal): -3149163 or 9827023. OLE color: 9827023.

HSL color Cylindrical-coordinate representation of color #CFF295: hue angle of 82.58º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CFF295 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 242 149 -
CMYK 0.14 0 0.38 0.05
HSL 82.58º 0.78% 0.77% -
HSV(B) 82.58º 0.38% 0.95% -
XYZ 62.91 78.94 40.35 -
YUV 220.93 87.4 118.06 -
System Red Green Blue C M Y K H S L
Decimal 207 242 149 0.14 0 0.38 0.05 82.58 0.78 0.77
Hex CF F2 95 E 0 26 5 53 4E 4D
Octal 317 362 225 16 0 46 5 123 116 115
Binary 11001111 11110010 10010101 1110 0 100110 101 1010011 1001110 1001101

Color Harmonies of #CFF295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF295

Black with #CFF295

Text Example


Text Example

White with #CFF295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF295; }

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

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

background-color css

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

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

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

border-color css

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

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

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