Html Css Color HEX #CEF830 Pear

📋 copy color: '#CEF830'

red 206 ◦ green 248 ◦ blue 48

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

Shades of Pear #CEF830

Tints of Pear #CEF830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.56%

R = 41.04%
G = 49.4%
B = 9.56%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#CEF830 (or 0xCEF830) is known color: Pear. HEX triplet: CE, F8 and 30. RGB value is (206,248,48). Sum of RGB (Red+Green+Blue) = 206+248+48=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 248 (97.27% from 255 or 49.40% from 502); Blue value is 48 (19.14% from 255 or 9.56% from 502); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF830 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF830 is #3107CF. Grayscale: #D5D5D5. Windows color (decimal): -3213264 or 3209422. OLE color: 3209422.

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

Color convert

RGB 206 248 48 -
CMYK 0.17 0 0.81 0.03
HSL 72.6º 0.93% 0.58% -
HSV(B) 72.6º 0.81% 0.97% -
XYZ 59.55 80.47 15.19 -
YUV 212.64 35.09 123.26 -
System Red Green Blue C M Y K H S L
Decimal 206 248 48 0.17 0 0.81 0.03 72.6 0.93 0.58
Hex CE F8 30 11 0 51 3 49 5D 3A
Octal 316 370 60 21 0 121 3 111 135 72
Binary 11001110 11111000 110000 10001 0 1010001 11 1001001 1011101 111010

Color Harmonies of #CEF830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF830

Black with #CEF830

Text Example


Text Example

White with #CEF830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF830; }

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

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

background-color css

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

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

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

border-color css

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

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

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