Html Css Color HEX #CCFF4B Pear

📋 copy color: '#CCFF4B'

red 204 ◦ green 255 ◦ blue 75

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

Shades of Pear #CCFF4B

Tints of Pear #CCFF4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.04%

R = 38.2%
G = 47.75%
B = 14.04%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#CCFF4B (or 0xCCFF4B) is known color: Pear. HEX triplet: CC, FF and 4B. RGB value is (204,255,75). Sum of RGB (Red+Green+Blue) = 204+255+75=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 75 (29.69% from 255 or 14.04% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFF4B is #3300B4. Grayscale: #DBDBDB. Windows color (decimal): -3342517 or 4980684. OLE color: 4980684.

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

Color convert

RGB 204 255 75 -
CMYK 0.2 0 0.71 0
HSL 77º 1% 0.65% -
HSV(B) 77º 0.71% 1% -
XYZ 61.93 84.87 19.77 -
YUV 219.23 46.6 117.14 -
System Red Green Blue C M Y K H S L
Decimal 204 255 75 0.2 0 0.71 0 77 1 0.65
Hex CC FF 4B 14 0 47 0 4D 64 41
Octal 314 377 113 24 0 107 0 115 144 101
Binary 11001100 11111111 1001011 10100 0 1000111 0 1001101 1100100 1000001

Color Harmonies of #CCFF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFF4B

Black with #CCFF4B

Text Example


Text Example

White with #CCFF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFF4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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