Html Css Color HEX #CEDF30 Pear

📋 copy color: '#CEDF30'

red 206 ◦ green 223 ◦ blue 48

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

Shades of Pear #CEDF30

Tints of Pear #CEDF30

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.75%

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

R = 43.19%
G = 46.75%
B = 10.06%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#CEDF30 (or 0xCEDF30) is known color: Pear. HEX triplet: CE, DF and 30. RGB value is (206,223,48). Sum of RGB (Red+Green+Blue) = 206+223+48=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 223 (87.5% from 255 or 46.75% from 477); Blue value is 48 (19.14% from 255 or 10.06% from 477); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDF30 is #3120CF. Grayscale: #C6C6C6. Windows color (decimal): -3219664 or 3203022. OLE color: 3203022.

HSL color Cylindrical-coordinate representation of color #CEDF30: hue angle of 65.83º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CEDF30 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 223 48 -
CMYK 0.08 0 0.78 0.13
HSL 65.83º 0.73% 0.53% -
HSV(B) 65.83º 0.78% 0.87% -
XYZ 52.37 66.11 12.8 -
YUV 197.97 43.37 133.73 -
System Red Green Blue C M Y K H S L
Decimal 206 223 48 0.08 0 0.78 0.13 65.83 0.73 0.53
Hex CE DF 30 8 0 4E D 42 49 35
Octal 316 337 60 10 0 116 15 102 111 65
Binary 11001110 11011111 110000 1000 0 1001110 1101 1000010 1001001 110101

Color Harmonies of #CEDF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDF30

Black with #CEDF30

Text Example


Text Example

White with #CEDF30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDF30; }

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

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

background-color css

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

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

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

border-color css

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

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

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