Html Css Color HEX #CCFF7F Sulu

📋 copy color: '#CCFF7F'

red 204 ◦ green 255 ◦ blue 127

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

Shades of Sulu #CCFF7F

Tints of Sulu #CCFF7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 21.67%

R = 34.81%
G = 43.52%
B = 21.67%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#CCFF7F (or 0xCCFF7F) is known color: Sulu. HEX triplet: CC, FF and 7F. RGB value is (204,255,127). Sum of RGB (Red+Green+Blue) = 204+255+127=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 127 (50% from 255 or 21.67% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFF7F is #330080. Grayscale: #E1E1E1. Windows color (decimal): -3342465 or 8388556. OLE color: 8388556.

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

Color convert

RGB 204 255 127 -
CMYK 0.2 0 0.50 0
HSL 83.91º 1% 0.75% -
HSV(B) 83.91º 0.5% 1% -
XYZ 64.49 85.89 33.26 -
YUV 225.16 72.6 112.91 -
System Red Green Blue C M Y K H S L
Decimal 204 255 127 0.2 0 0.50 0 83.91 1 0.75
Hex CC FF 7F 14 0 32 0 54 64 4B
Octal 314 377 177 24 0 62 0 124 144 113
Binary 11001100 11111111 1111111 10100 0 110010 0 1010100 1100100 1001011

Color Harmonies of #CCFF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFF7F

Black with #CCFF7F

Text Example


Text Example

White with #CCFF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFF7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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