Html Css Color HEX #CEF298 Reef

📋 copy color: '#CEF298'

red 206 ◦ green 242 ◦ blue 152

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

Shades of Reef #CEF298

Tints of Reef #CEF298

RGB

 RED value IS 206 (80.86% from 255) = 34.33%

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

 BLUE value IS 152 (59.77% from 255) = 25.33%

R = 34.33%
G = 40.33%
B = 25.33%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#CEF298 (or 0xCEF298) is known color: Reef. HEX triplet: CE, F2 and 98. RGB value is (206,242,152). Sum of RGB (Red+Green+Blue) = 206+242+152=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 242 (94.92% from 255 or 40.33% from 600); Blue value is 152 (59.77% from 255 or 25.33% from 600); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF298 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF298 is #310D67. Grayscale: #DDDDDD. Windows color (decimal): -3214696 or 10023630. OLE color: 10023630.

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

Color convert

RGB 206 242 152 -
CMYK 0.15 0 0.37 0.05
HSL 84º 0.78% 0.77% -
HSV(B) 84º 0.37% 0.95% -
XYZ 62.87 78.89 41.62 -
YUV 220.98 89.07 117.32 -
System Red Green Blue C M Y K H S L
Decimal 206 242 152 0.15 0 0.37 0.05 84 0.78 0.77
Hex CE F2 98 F 0 25 5 54 4E 4D
Octal 316 362 230 17 0 45 5 124 116 115
Binary 11001110 11110010 10011000 1111 0 100101 101 1010100 1001110 1001101

Color Harmonies of #CEF298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF298

Black with #CEF298

Text Example


Text Example

White with #CEF298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF298; }

 p { color: rgb(206,242,152); }

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

background-color css

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

 a { background-color: rgb(206,242,152); }

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

border-color css

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

 span { border-color: rgb(206,242,152); }

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