Html Css Color HEX #CEF54C Pear

📋 copy color: '#CEF54C'

red 206 ◦ green 245 ◦ blue 76

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

Shades of Pear #CEF54C

Tints of Pear #CEF54C

RGB

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

 GREEN value IS 245 (96.09% from 255) = 46.49%

 BLUE value IS 76 (30.08% from 255) = 14.42%

R = 39.09%
G = 46.49%
B = 14.42%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#CEF54C (or 0xCEF54C) is known color: Pear. HEX triplet: CE, F5 and 4C. RGB value is (206,245,76). Sum of RGB (Red+Green+Blue) = 206+245+76=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 245 (96.09% from 255 or 46.49% from 527); Blue value is 76 (30.08% from 255 or 14.42% from 527); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF54C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF54C is #310AB3. Grayscale: #D6D6D6. Windows color (decimal): -3214004 or 5043662. OLE color: 5043662.

HSL color Cylindrical-coordinate representation of color #CEF54C: hue angle of 73.85º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CEF54C is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 245 76 -
CMYK 0.16 0 0.69 0.04
HSL 73.85º 0.89% 0.63% -
HSV(B) 73.85º 0.69% 0.96% -
XYZ 59.41 78.95 18.94 -
YUV 214.07 50.08 122.24 -
System Red Green Blue C M Y K H S L
Decimal 206 245 76 0.16 0 0.69 0.04 73.85 0.89 0.63
Hex CE F5 4C 10 0 45 4 4A 59 3F
Octal 316 365 114 20 0 105 4 112 131 77
Binary 11001110 11110101 1001100 10000 0 1000101 100 1001010 1011001 111111

Color Harmonies of #CEF54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF54C

Black with #CEF54C

Text Example


Text Example

White with #CEF54C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF54C; }

 p { color: rgb(206,245,76); }

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

background-color css

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

 a { background-color: rgb(206,245,76); }

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

border-color css

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

 span { border-color: rgb(206,245,76); }

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