Html Css Color HEX #CFE296 Reef

📋 copy color: '#CFE296'

red 207 ◦ green 226 ◦ blue 150

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

Shades of Reef #CFE296

Tints of Reef #CFE296

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.77%

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

R = 35.51%
G = 38.77%
B = 25.73%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#CFE296 (or 0xCFE296) is known color: Reef. HEX triplet: CF, E2 and 96. RGB value is (207,226,150). Sum of RGB (Red+Green+Blue) = 207+226+150=583 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.51% from 583); Green value is 226 (88.67% from 255 or 38.77% from 583); Blue value is 150 (58.98% from 255 or 25.73% from 583); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE296 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE296 is #301D69. Grayscale: #D3D3D3. Windows color (decimal): -3153258 or 9888463. OLE color: 9888463.

HSL color Cylindrical-coordinate representation of color #CFE296: hue angle of 75º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFE296 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 226 150 -
CMYK 0.08 0 0.34 0.11
HSL 75º 0.57% 0.74% -
HSV(B) 75º 0.34% 0.89% -
XYZ 58.43 69.86 39.26 -
YUV 211.66 93.21 124.68 -
System Red Green Blue C M Y K H S L
Decimal 207 226 150 0.08 0 0.34 0.11 75 0.57 0.74
Hex CF E2 96 8 0 22 B 4B 39 4A
Octal 317 342 226 10 0 42 13 113 71 112
Binary 11001111 11100010 10010110 1000 0 100010 1011 1001011 111001 1001010

Color Harmonies of #CFE296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE296

Black with #CFE296

Text Example


Text Example

White with #CFE296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE296; }

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

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

background-color css

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

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

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

border-color css

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

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

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