Html Css Color HEX #CCE628 Pear

📋 copy color: '#CCE628'

red 204 ◦ green 230 ◦ blue 40

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

Shades of Pear #CCE628

Tints of Pear #CCE628

RGB

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

 GREEN value IS 230 (90.23% from 255) = 48.52%

 BLUE value IS 40 (16.02% from 255) = 8.44%

R = 43.04%
G = 48.52%
B = 8.44%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#CCE628 (or 0xCCE628) is known color: Pear. HEX triplet: CC, E6 and 28. RGB value is (204,230,40). Sum of RGB (Red+Green+Blue) = 204+230+40=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 230 (90.23% from 255 or 48.52% from 474); Blue value is 40 (16.02% from 255 or 8.44% from 474); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE628 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCE628 is #3319D7. Grayscale: #C9C9C9. Windows color (decimal): -3348952 or 2680524. OLE color: 2680524.

HSL color Cylindrical-coordinate representation of color #CCE628: hue angle of 68.21º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CCE628 is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 230 40 -
CMYK 0.11 0 0.83 0.10
HSL 68.21º 0.79% 0.53% -
HSV(B) 68.21º 0.83% 0.9% -
XYZ 53.58 69.58 12.61 -
YUV 200.57 37.39 130.45 -
System Red Green Blue C M Y K H S L
Decimal 204 230 40 0.11 0 0.83 0.10 68.21 0.79 0.53
Hex CC E6 28 B 0 53 A 44 4F 35
Octal 314 346 50 13 0 123 12 104 117 65
Binary 11001100 11100110 101000 1011 0 1010011 1010 1000100 1001111 110101

Color Harmonies of #CCE628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE628

Black with #CCE628

Text Example


Text Example

White with #CCE628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE628; }

 p { color: rgb(204,230,40); }

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

background-color css

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

 a { background-color: rgb(204,230,40); }

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

border-color css

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

 span { border-color: rgb(204,230,40); }

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