Html Css Color HEX #CCFF8A Sulu

📋 copy color: '#CCFF8A'

red 204 ◦ green 255 ◦ blue 138

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

Shades of Sulu #CCFF8A

Tints of Sulu #CCFF8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 23.12%

R = 34.17%
G = 42.71%
B = 23.12%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.46

 K value IS 0

RGB Variations

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

Color information

#CCFF8A (or 0xCCFF8A) is known color: Sulu. HEX triplet: CC, FF and 8A. RGB value is (204,255,138). Sum of RGB (Red+Green+Blue) = 204+255+138=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 255 (100% from 255 or 42.71% from 597); Blue value is 138 (54.30% from 255 or 23.12% from 597); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFF8A is #330075. Grayscale: #E2E2E2. Windows color (decimal): -3342454 or 9109452. OLE color: 9109452.

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

Color convert

RGB 204 255 138 -
CMYK 0.2 0 0.46 0
HSL 86.15º 1% 0.77% -
HSV(B) 86.15º 0.46% 1% -
XYZ 65.25 86.19 37.24 -
YUV 226.41 78.1 112.01 -
System Red Green Blue C M Y K H S L
Decimal 204 255 138 0.2 0 0.46 0 86.15 1 0.77
Hex CC FF 8A 14 0 2E 0 56 64 4D
Octal 314 377 212 24 0 56 0 126 144 115
Binary 11001100 11111111 10001010 10100 0 101110 0 1010110 1100100 1001101

Color Harmonies of #CCFF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFF8A

Black with #CCFF8A

Text Example


Text Example

White with #CCFF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFF8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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