Html Css Color HEX #CCFF38 Pear

📋 copy color: '#CCFF38'

red 204 ◦ green 255 ◦ blue 56

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

Shades of Pear #CCFF38

Tints of Pear #CCFF38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 10.87%

R = 39.61%
G = 49.51%
B = 10.87%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.78

 K value IS 0

RGB Variations

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

Color information

#CCFF38 (or 0xCCFF38) is known color: Pear. HEX triplet: CC, FF and 38. RGB value is (204,255,56). Sum of RGB (Red+Green+Blue) = 204+255+56=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 255 (100% from 255 or 49.51% from 515); Blue value is 56 (22.27% from 255 or 10.87% from 515); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF38 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFF38 is #3300C7. Grayscale: #D9D9D9. Windows color (decimal): -3342536 or 3735500. OLE color: 3735500.

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

Color convert

RGB 204 255 56 -
CMYK 0.2 0 0.78 0
HSL 75.38º 1% 0.61% -
HSV(B) 75.38º 0.78% 1% -
XYZ 61.38 84.64 16.84 -
YUV 217.07 37.1 118.68 -
System Red Green Blue C M Y K H S L
Decimal 204 255 56 0.2 0 0.78 0 75.38 1 0.61
Hex CC FF 38 14 0 4E 0 4B 64 3D
Octal 314 377 70 24 0 116 0 113 144 75
Binary 11001100 11111111 111000 10100 0 1001110 0 1001011 1100100 111101

Color Harmonies of #CCFF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFF38

Black with #CCFF38

Text Example


Text Example

White with #CCFF38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFF38; }

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

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

background-color css

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

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

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

border-color css

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

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

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