Html Css Color HEX #CCFF8B Sulu

📋 copy color: '#CCFF8B'

red 204 ◦ green 255 ◦ blue 139

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

Shades of Sulu #CCFF8B

Tints of Sulu #CCFF8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 23.24%

R = 34.11%
G = 42.64%
B = 23.24%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#CCFF8B (or 0xCCFF8B) is known color: Sulu. HEX triplet: CC, FF and 8B. RGB value is (204,255,139). Sum of RGB (Red+Green+Blue) = 204+255+139=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 255 (100% from 255 or 42.64% from 598); Blue value is 139 (54.69% from 255 or 23.24% from 598); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFF8B is #330074. Grayscale: #E2E2E2. Windows color (decimal): -3342453 or 9174988. OLE color: 9174988.

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

Color convert

RGB 204 255 139 -
CMYK 0.2 0 0.45 0
HSL 86.38º 1% 0.77% -
HSV(B) 86.38º 0.45% 1% -
XYZ 65.32 86.22 37.63 -
YUV 226.53 78.6 111.93 -
System Red Green Blue C M Y K H S L
Decimal 204 255 139 0.2 0 0.45 0 86.38 1 0.77
Hex CC FF 8B 14 0 2D 0 56 64 4D
Octal 314 377 213 24 0 55 0 126 144 115
Binary 11001100 11111111 10001011 10100 0 101101 0 1010110 1100100 1001101

Color Harmonies of #CCFF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFF8B

Black with #CCFF8B

Text Example


Text Example

White with #CCFF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFF8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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