Html Css Color HEX #CCFF41 Pear

📋 copy color: '#CCFF41'

red 204 ◦ green 255 ◦ blue 65

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

Shades of Pear #CCFF41

Tints of Pear #CCFF41

RGB

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

 GREEN value IS 255 (100% from 255) = 48.66%

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

R = 38.93%
G = 48.66%
B = 12.4%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#CCFF41 (or 0xCCFF41) is known color: Pear. HEX triplet: CC, FF and 41. RGB value is (204,255,65). Sum of RGB (Red+Green+Blue) = 204+255+65=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 65 (25.78% from 255 or 12.40% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFF41 is #3300BE. Grayscale: #DADADA. Windows color (decimal): -3342527 or 4325324. OLE color: 4325324.

HSL color Cylindrical-coordinate representation of color #CCFF41: hue angle of 76.11º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCFF41 is Cyan = 0.2, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB 204 255 65 -
CMYK 0.2 0 0.75 0
HSL 76.11º 1% 0.63% -
HSV(B) 76.11º 0.75% 1% -
XYZ 61.62 84.74 18.11 -
YUV 218.09 41.6 117.95 -
System Red Green Blue C M Y K H S L
Decimal 204 255 65 0.2 0 0.75 0 76.11 1 0.63
Hex CC FF 41 14 0 4B 0 4C 64 3F
Octal 314 377 101 24 0 113 0 114 144 77
Binary 11001100 11111111 1000001 10100 0 1001011 0 1001100 1100100 111111

Color Harmonies of #CCFF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFF41

Black with #CCFF41

Text Example


Text Example

White with #CCFF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFF41; }

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

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

background-color css

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

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

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

border-color css

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

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

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