Html Css Color HEX #CEF53D Pear

📋 copy color: '#CEF53D'

red 206 ◦ green 245 ◦ blue 61

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

Shades of Pear #CEF53D

Tints of Pear #CEF53D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 11.91%

R = 40.23%
G = 47.85%
B = 11.91%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#CEF53D (or 0xCEF53D) is known color: Pear. HEX triplet: CE, F5 and 3D. RGB value is (206,245,61). Sum of RGB (Red+Green+Blue) = 206+245+61=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 245 (96.09% from 255 or 47.85% from 512); Blue value is 61 (24.22% from 255 or 11.91% from 512); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF53D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF53D is #310AC2. Grayscale: #D5D5D5. Windows color (decimal): -3214019 or 4060622. OLE color: 4060622.

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

Color convert

RGB 206 245 61 -
CMYK 0.16 0 0.75 0.04
HSL 72.72º 0.9% 0.6% -
HSV(B) 72.72º 0.75% 0.96% -
XYZ 58.95 78.76 16.51 -
YUV 212.36 42.58 123.46 -
System Red Green Blue C M Y K H S L
Decimal 206 245 61 0.16 0 0.75 0.04 72.72 0.9 0.6
Hex CE F5 3D 10 0 4B 4 49 5A 3C
Octal 316 365 75 20 0 113 4 111 132 74
Binary 11001110 11110101 111101 10000 0 1001011 100 1001001 1011010 111100

Color Harmonies of #CEF53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF53D

Black with #CEF53D

Text Example


Text Example

White with #CEF53D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF53D; }

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

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

background-color css

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

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

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

border-color css

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

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

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