Html Css Color HEX #CEF530 Pear

📋 copy color: '#CEF530'

red 206 ◦ green 245 ◦ blue 48

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

Shades of Pear #CEF530

Tints of Pear #CEF530

RGB

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

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

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

R = 41.28%
G = 49.1%
B = 9.62%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#CEF530 (or 0xCEF530) is known color: Pear. HEX triplet: CE, F5 and 30. RGB value is (206,245,48). Sum of RGB (Red+Green+Blue) = 206+245+48=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 245 (96.09% from 255 or 49.10% from 499); Blue value is 48 (19.14% from 255 or 9.62% from 499); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF530 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF530 is #310ACF. Grayscale: #D3D3D3. Windows color (decimal): -3214032 or 3208654. OLE color: 3208654.

HSL color Cylindrical-coordinate representation of color #CEF530: hue angle of 71.88º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CEF530 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 245 48 -
CMYK 0.16 0 0.80 0.04
HSL 71.88º 0.91% 0.57% -
HSV(B) 71.88º 0.8% 0.96% -
XYZ 58.64 78.64 14.88 -
YUV 210.88 36.08 124.52 -
System Red Green Blue C M Y K H S L
Decimal 206 245 48 0.16 0 0.80 0.04 71.88 0.91 0.57
Hex CE F5 30 10 0 50 4 48 5B 39
Octal 316 365 60 20 0 120 4 110 133 71
Binary 11001110 11110101 110000 10000 0 1010000 100 1001000 1011011 111001

Color Harmonies of #CEF530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF530

Black with #CEF530

Text Example


Text Example

White with #CEF530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF530; }

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

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

background-color css

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

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

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

border-color css

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

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

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