Html Css Color HEX #CCEA41 Pear

📋 copy color: '#CCEA41'

red 204 ◦ green 234 ◦ blue 65

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

Shades of Pear #CCEA41

Tints of Pear #CCEA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.92%

R = 40.56%
G = 46.52%
B = 12.92%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#CCEA41 (or 0xCCEA41) is known color: Pear. HEX triplet: CC, EA and 41. RGB value is (204,234,65). Sum of RGB (Red+Green+Blue) = 204+234+65=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 234 (91.80% from 255 or 46.52% from 503); Blue value is 65 (25.78% from 255 or 12.92% from 503); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEA41 is #3315BE. Grayscale: #CECECE. Windows color (decimal): -3347903 or 4319948. OLE color: 4319948.

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

Color convert

RGB 204 234 65 -
CMYK 0.13 0 0.72 0.08
HSL 70.65º 0.8% 0.59% -
HSV(B) 70.65º 0.72% 0.92% -
XYZ 55.28 72.06 16 -
YUV 205.76 48.56 126.74 -
System Red Green Blue C M Y K H S L
Decimal 204 234 65 0.13 0 0.72 0.08 70.65 0.8 0.59
Hex CC EA 41 D 0 48 8 47 50 3B
Octal 314 352 101 15 0 110 10 107 120 73
Binary 11001100 11101010 1000001 1101 0 1001000 1000 1000111 1010000 111011

Color Harmonies of #CCEA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEA41

Black with #CCEA41

Text Example


Text Example

White with #CCEA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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