Html Css Color HEX #CEDE30 Pear

📋 copy color: '#CEDE30'

red 206 ◦ green 222 ◦ blue 48

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

Shades of Pear #CEDE30

Tints of Pear #CEDE30

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.64%

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

R = 43.28%
G = 46.64%
B = 10.08%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#CEDE30 (or 0xCEDE30) is known color: Pear. HEX triplet: CE, DE and 30. RGB value is (206,222,48). Sum of RGB (Red+Green+Blue) = 206+222+48=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 222 (87.11% from 255 or 46.64% from 476); Blue value is 48 (19.14% from 255 or 10.08% from 476); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDE30 is #3121CF. Grayscale: #C6C6C6. Windows color (decimal): -3219920 or 3202766. OLE color: 3202766.

HSL color Cylindrical-coordinate representation of color #CEDE30: hue angle of 65.52º 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 #CEDE30 is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 222 48 -
CMYK 0.07 0 0.78 0.13
HSL 65.52º 0.73% 0.53% -
HSV(B) 65.52º 0.78% 0.87% -
XYZ 52.11 65.58 12.71 -
YUV 197.38 43.7 134.15 -
System Red Green Blue C M Y K H S L
Decimal 206 222 48 0.07 0 0.78 0.13 65.52 0.73 0.53
Hex CE DE 30 7 0 4E D 42 48 35
Octal 316 336 60 7 0 116 15 102 110 65
Binary 11001110 11011110 110000 111 0 1001110 1101 1000010 1001000 110101

Color Harmonies of #CEDE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDE30

Black with #CEDE30

Text Example


Text Example

White with #CEDE30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDE30; }

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

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

background-color css

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

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

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

border-color css

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

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

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