Html Css Color HEX #CCE930 Pear

📋 copy color: '#CCE930'

red 204 ◦ green 233 ◦ blue 48

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

Shades of Pear #CCE930

Tints of Pear #CCE930

RGB

 RED value IS 204 (80.08% from 255) = 42.06%

 GREEN value IS 233 (91.41% from 255) = 48.04%

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

R = 42.06%
G = 48.04%
B = 9.9%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#CCE930 (or 0xCCE930) is known color: Pear. HEX triplet: CC, E9 and 30. RGB value is (204,233,48). Sum of RGB (Red+Green+Blue) = 204+233+48=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 233 (91.41% from 255 or 48.04% from 485); Blue value is 48 (19.14% from 255 or 9.90% from 485); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE930 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCE930 is #3316CF. Grayscale: #CBCBCB. Windows color (decimal): -3348176 or 3205580. OLE color: 3205580.

HSL color Cylindrical-coordinate representation of color #CCE930: hue angle of 69.41º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCE930 is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 233 48 -
CMYK 0.12 0 0.79 0.09
HSL 69.41º 0.81% 0.55% -
HSV(B) 69.41º 0.79% 0.91% -
XYZ 54.57 71.33 13.69 -
YUV 203.24 40.39 128.54 -
System Red Green Blue C M Y K H S L
Decimal 204 233 48 0.12 0 0.79 0.09 69.41 0.81 0.55
Hex CC E9 30 C 0 4F 9 45 51 37
Octal 314 351 60 14 0 117 11 105 121 67
Binary 11001100 11101001 110000 1100 0 1001111 1001 1000101 1010001 110111

Color Harmonies of #CCE930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE930

Black with #CCE930

Text Example


Text Example

White with #CCE930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE930; }

 p { color: rgb(204,233,48); }

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

background-color css

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

 a { background-color: rgb(204,233,48); }

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

border-color css

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

 span { border-color: rgb(204,233,48); }

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