Html Css Color HEX #CEF293 Reef

📋 copy color: '#CEF293'

red 206 ◦ green 242 ◦ blue 147

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

Shades of Reef #CEF293

Tints of Reef #CEF293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.71%

R = 34.62%
G = 40.67%
B = 24.71%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#CEF293 (or 0xCEF293) is known color: Reef. HEX triplet: CE, F2 and 93. RGB value is (206,242,147). Sum of RGB (Red+Green+Blue) = 206+242+147=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 242 (94.92% from 255 or 40.67% from 595); Blue value is 147 (57.81% from 255 or 24.71% from 595); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF293 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF293 is #310D6C. Grayscale: #DCDCDC. Windows color (decimal): -3214701 or 9695950. OLE color: 9695950.

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

Color convert

RGB 206 242 147 -
CMYK 0.15 0 0.39 0.05
HSL 82.74º 0.79% 0.76% -
HSV(B) 82.74º 0.39% 0.95% -
XYZ 62.47 78.73 39.51 -
YUV 220.41 86.57 117.72 -
System Red Green Blue C M Y K H S L
Decimal 206 242 147 0.15 0 0.39 0.05 82.74 0.79 0.76
Hex CE F2 93 F 0 27 5 53 4F 4C
Octal 316 362 223 17 0 47 5 123 117 114
Binary 11001110 11110010 10010011 1111 0 100111 101 1010011 1001111 1001100

Color Harmonies of #CEF293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF293

Black with #CEF293

Text Example


Text Example

White with #CEF293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF293; }

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

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

background-color css

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

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

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

border-color css

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

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

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