Html Css Color HEX #CCEA1D Pear

📋 copy color: '#CCEA1D'

red 204 ◦ green 234 ◦ blue 29

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

Shades of Pear #CCEA1D

Tints of Pear #CCEA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.21%

R = 43.68%
G = 50.11%
B = 6.21%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#CCEA1D (or 0xCCEA1D) is known color: Pear. HEX triplet: CC, EA and 1D. RGB value is (204,234,29). Sum of RGB (Red+Green+Blue) = 204+234+29=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 234 (91.80% from 255 or 50.11% from 467); Blue value is 29 (11.72% from 255 or 6.21% from 467); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEA1D is #3315E2. Grayscale: #CACACA. Windows color (decimal): -3347939 or 1960652. OLE color: 1960652.

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

Color convert

RGB 204 234 29 -
CMYK 0.13 0 0.88 0.08
HSL 68.78º 0.83% 0.52% -
HSV(B) 68.78º 0.88% 0.92% -
XYZ 54.55 71.77 12.14 -
YUV 201.66 30.56 129.67 -
System Red Green Blue C M Y K H S L
Decimal 204 234 29 0.13 0 0.88 0.08 68.78 0.83 0.52
Hex CC EA 1D D 0 58 8 45 53 34
Octal 314 352 35 15 0 130 10 105 123 64
Binary 11001100 11101010 11101 1101 0 1011000 1000 1000101 1010011 110100

Color Harmonies of #CCEA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEA1D

Black with #CCEA1D

Text Example


Text Example

White with #CCEA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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