Html Css Color HEX #CEF52D Pear

📋 copy color: '#CEF52D'

red 206 ◦ green 245 ◦ blue 45

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

Shades of Pear #CEF52D

Tints of Pear #CEF52D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.07%

R = 41.53%
G = 49.4%
B = 9.07%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#CEF52D (or 0xCEF52D) is known color: Pear. HEX triplet: CE, F5 and 2D. RGB value is (206,245,45). Sum of RGB (Red+Green+Blue) = 206+245+45=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 245 (96.09% from 255 or 49.40% from 496); Blue value is 45 (17.97% from 255 or 9.07% from 496); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF52D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF52D is #310AD2. Grayscale: #D3D3D3. Windows color (decimal): -3214035 or 3012046. OLE color: 3012046.

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

Color convert

RGB 206 245 45 -
CMYK 0.16 0 0.82 0.04
HSL 71.7º 0.91% 0.57% -
HSV(B) 71.7º 0.82% 0.96% -
XYZ 58.58 78.62 14.57 -
YUV 210.54 34.58 124.76 -
System Red Green Blue C M Y K H S L
Decimal 206 245 45 0.16 0 0.82 0.04 71.7 0.91 0.57
Hex CE F5 2D 10 0 52 4 48 5B 39
Octal 316 365 55 20 0 122 4 110 133 71
Binary 11001110 11110101 101101 10000 0 1010010 100 1001000 1011011 111001

Color Harmonies of #CEF52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF52D

Black with #CEF52D

Text Example


Text Example

White with #CEF52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF52D; }

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

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

background-color css

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

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

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

border-color css

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

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

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