Html Css Color HEX #CCF028 Pear

📋 copy color: '#CCF028'

red 204 ◦ green 240 ◦ blue 40

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

Shades of Pear #CCF028

Tints of Pear #CCF028

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.59%

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

R = 42.15%
G = 49.59%
B = 8.26%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#CCF028 (or 0xCCF028) is known color: Pear. HEX triplet: CC, F0 and 28. RGB value is (204,240,40). Sum of RGB (Red+Green+Blue) = 204+240+40=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 240 (94.14% from 255 or 49.59% from 484); Blue value is 40 (16.02% from 255 or 8.26% from 484); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF028 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF028 is #330FD7. Grayscale: #CFCFCF. Windows color (decimal): -3346392 or 2683084. OLE color: 2683084.

HSL color Cylindrical-coordinate representation of color #CCF028: hue angle of 70.8º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CCF028 is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 240 40 -
CMYK 0.15 0 0.83 0.06
HSL 70.8º 0.87% 0.55% -
HSV(B) 70.8º 0.83% 0.94% -
XYZ 56.44 75.31 13.57 -
YUV 206.44 34.07 126.26 -
System Red Green Blue C M Y K H S L
Decimal 204 240 40 0.15 0 0.83 0.06 70.8 0.87 0.55
Hex CC F0 28 F 0 53 6 47 57 37
Octal 314 360 50 17 0 123 6 107 127 67
Binary 11001100 11110000 101000 1111 0 1010011 110 1000111 1010111 110111

Color Harmonies of #CCF028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF028

Black with #CCF028

Text Example


Text Example

White with #CCF028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF028; }

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

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

background-color css

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

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

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

border-color css

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

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

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