Html Css Color HEX #CEF34C Pear

📋 copy color: '#CEF34C'

red 206 ◦ green 243 ◦ blue 76

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

Shades of Pear #CEF34C

Tints of Pear #CEF34C

RGB

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

 GREEN value IS 243 (95.31% from 255) = 46.29%

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

R = 39.24%
G = 46.29%
B = 14.48%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#CEF34C (or 0xCEF34C) is known color: Pear. HEX triplet: CE, F3 and 4C. RGB value is (206,243,76). Sum of RGB (Red+Green+Blue) = 206+243+76=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 243 (95.31% from 255 or 46.29% from 525); Blue value is 76 (30.08% from 255 or 14.48% from 525); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF34C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF34C is #310CB3. Grayscale: #D5D5D5. Windows color (decimal): -3214516 or 5043150. OLE color: 5043150.

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

Color convert

RGB 206 243 76 -
CMYK 0.15 0 0.69 0.05
HSL 73.29º 0.87% 0.63% -
HSV(B) 73.29º 0.69% 0.95% -
XYZ 58.81 77.74 18.74 -
YUV 212.9 50.74 123.08 -
System Red Green Blue C M Y K H S L
Decimal 206 243 76 0.15 0 0.69 0.05 73.29 0.87 0.63
Hex CE F3 4C F 0 45 5 49 57 3F
Octal 316 363 114 17 0 105 5 111 127 77
Binary 11001110 11110011 1001100 1111 0 1000101 101 1001001 1010111 111111

Color Harmonies of #CEF34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF34C

Black with #CEF34C

Text Example


Text Example

White with #CEF34C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF34C; }

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

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

background-color css

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

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

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

border-color css

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

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

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