Html Css Color HEX #CCF11C Pear

📋 copy color: '#CCF11C'

red 204 ◦ green 241 ◦ blue 28

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

Shades of Pear #CCF11C

Tints of Pear #CCF11C

RGB

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

 GREEN value IS 241 (94.53% from 255) = 50.95%

 BLUE value IS 28 (11.33% from 255) = 5.92%

R = 43.13%
G = 50.95%
B = 5.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#CCF11C (or 0xCCF11C) is known color: Pear. HEX triplet: CC, F1 and 1C. RGB value is (204,241,28). Sum of RGB (Red+Green+Blue) = 204+241+28=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 241 (94.53% from 255 or 50.95% from 473); Blue value is 28 (11.33% from 255 or 5.92% from 473); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF11C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF11C is #330EE3. Grayscale: #CECECE. Windows color (decimal): -3346148 or 1896908. OLE color: 1896908.

HSL color Cylindrical-coordinate representation of color #CCF11C: hue angle of 70.42º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCF11C is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 241 28 -
CMYK 0.15 0 0.88 0.05
HSL 70.42º 0.88% 0.53% -
HSV(B) 70.42º 0.88% 0.95% -
XYZ 56.57 75.83 12.75 -
YUV 205.66 27.74 126.82 -
System Red Green Blue C M Y K H S L
Decimal 204 241 28 0.15 0 0.88 0.05 70.42 0.88 0.53
Hex CC F1 1C F 0 58 5 46 58 35
Octal 314 361 34 17 0 130 5 106 130 65
Binary 11001100 11110001 11100 1111 0 1011000 101 1000110 1011000 110101

Color Harmonies of #CCF11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF11C

Black with #CCF11C

Text Example


Text Example

White with #CCF11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF11C; }

 p { color: rgb(204,241,28); }

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

background-color css

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

 a { background-color: rgb(204,241,28); }

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

border-color css

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

 span { border-color: rgb(204,241,28); }

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