Html Css Color HEX #CEF834 Pear

📋 copy color: '#CEF834'

red 206 ◦ green 248 ◦ blue 52

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

Shades of Pear #CEF834

Tints of Pear #CEF834

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.01%

 BLUE value IS 52 (20.7% from 255) = 10.28%

R = 40.71%
G = 49.01%
B = 10.28%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.79

 K value IS 0.03

RGB Variations

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

Color information

#CEF834 (or 0xCEF834) is known color: Pear. HEX triplet: CE, F8 and 34. RGB value is (206,248,52). Sum of RGB (Red+Green+Blue) = 206+248+52=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 248 (97.27% from 255 or 49.01% from 506); Blue value is 52 (20.70% from 255 or 10.28% from 506); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF834 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF834 is #3107CB. Grayscale: #D5D5D5. Windows color (decimal): -3213260 or 3471566. OLE color: 3471566.

HSL color Cylindrical-coordinate representation of color #CEF834: hue angle of 72.86º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CEF834 is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.03.

Color convert

RGB 206 248 52 -
CMYK 0.17 0 0.79 0.03
HSL 72.86º 0.93% 0.59% -
HSV(B) 72.86º 0.79% 0.97% -
XYZ 59.64 80.5 15.64 -
YUV 213.1 37.09 122.94 -
System Red Green Blue C M Y K H S L
Decimal 206 248 52 0.17 0 0.79 0.03 72.86 0.93 0.59
Hex CE F8 34 11 0 4F 3 49 5D 3B
Octal 316 370 64 21 0 117 3 111 135 73
Binary 11001110 11111000 110100 10001 0 1001111 11 1001001 1011101 111011

Color Harmonies of #CEF834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF834

Black with #CEF834

Text Example


Text Example

White with #CEF834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF834; }

 p { color: rgb(206,248,52); }

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

background-color css

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

 a { background-color: rgb(206,248,52); }

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

border-color css

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

 span { border-color: rgb(206,248,52); }

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