Html Css Color HEX #CFF297 Reef

📋 copy color: '#CFF297'

red 207 ◦ green 242 ◦ blue 151

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

Shades of Reef #CFF297

Tints of Reef #CFF297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 25.17%

R = 34.5%
G = 40.33%
B = 25.17%

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

#CFF297 (or 0xCFF297) is known color: Reef. HEX triplet: CF, F2 and 97. RGB value is (207,242,151). Sum of RGB (Red+Green+Blue) = 207+242+151=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 242 (94.92% from 255 or 40.33% from 600); Blue value is 151 (59.38% from 255 or 25.17% from 600); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF297 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF297 is #300D68. Grayscale: #DDDDDD. Windows color (decimal): -3149161 or 9958095. OLE color: 9958095.

HSL color Cylindrical-coordinate representation of color #CFF297: hue angle of 83.08º 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 #CFF297 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 242 151 -
CMYK 0.14 0 0.38 0.05
HSL 83.08º 0.78% 0.77% -
HSV(B) 83.08º 0.38% 0.95% -
XYZ 63.07 79 41.2 -
YUV 221.16 88.4 117.9 -
System Red Green Blue C M Y K H S L
Decimal 207 242 151 0.14 0 0.38 0.05 83.08 0.78 0.77
Hex CF F2 97 E 0 26 5 53 4E 4D
Octal 317 362 227 16 0 46 5 123 116 115
Binary 11001111 11110010 10010111 1110 0 100110 101 1010011 1001110 1001101

Color Harmonies of #CFF297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF297

Black with #CFF297

Text Example


Text Example

White with #CFF297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF297; }

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

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

background-color css

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

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

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

border-color css

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

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

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