Html Css Color HEX #CCEA38 Pear

📋 copy color: '#CCEA38'

red 204 ◦ green 234 ◦ blue 56

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

Shades of Pear #CCEA38

Tints of Pear #CCEA38

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.37%

 BLUE value IS 56 (22.27% from 255) = 11.34%

R = 41.3%
G = 47.37%
B = 11.34%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#CCEA38 (or 0xCCEA38) is known color: Pear. HEX triplet: CC, EA and 38. RGB value is (204,234,56). Sum of RGB (Red+Green+Blue) = 204+234+56=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 234 (91.80% from 255 or 47.37% from 494); Blue value is 56 (22.27% from 255 or 11.34% from 494); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA38 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEA38 is #3315C7. Grayscale: #CDCDCD. Windows color (decimal): -3347912 or 3730124. OLE color: 3730124.

HSL color Cylindrical-coordinate representation of color #CCEA38: hue angle of 70.11º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCEA38 is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 234 56 -
CMYK 0.13 0 0.76 0.08
HSL 70.11º 0.81% 0.57% -
HSV(B) 70.11º 0.76% 0.92% -
XYZ 55.04 71.97 14.73 -
YUV 204.74 44.06 127.47 -
System Red Green Blue C M Y K H S L
Decimal 204 234 56 0.13 0 0.76 0.08 70.11 0.81 0.57
Hex CC EA 38 D 0 4C 8 46 51 39
Octal 314 352 70 15 0 114 10 106 121 71
Binary 11001100 11101010 111000 1101 0 1001100 1000 1000110 1010001 111001

Color Harmonies of #CCEA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEA38

Black with #CCEA38

Text Example


Text Example

White with #CCEA38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEA38; }

 p { color: rgb(204,234,56); }

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

background-color css

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

 a { background-color: rgb(204,234,56); }

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

border-color css

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

 span { border-color: rgb(204,234,56); }

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