Html Css Color HEX #CCFF8D Reef

📋 copy color: '#CCFF8D'

red 204 ◦ green 255 ◦ blue 141

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

Shades of Reef #CCFF8D

Tints of Reef #CCFF8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23.5%

R = 34%
G = 42.5%
B = 23.5%

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

#CCFF8D (or 0xCCFF8D) is known color: Reef. HEX triplet: CC, FF and 8D. RGB value is (204,255,141). Sum of RGB (Red+Green+Blue) = 204+255+141=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 255 (100% from 255 or 42.5% from 600); Blue value is 141 (55.47% from 255 or 23.5% from 600); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFF8D is #330072. Grayscale: #E3E3E3. Windows color (decimal): -3342451 or 9306060. OLE color: 9306060.

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

Color convert

RGB 204 255 141 -
CMYK 0.2 0 0.45 0
HSL 86.84º 1% 0.78% -
HSV(B) 86.84º 0.45% 1% -
XYZ 65.47 86.28 38.4 -
YUV 226.76 79.6 111.77 -
System Red Green Blue C M Y K H S L
Decimal 204 255 141 0.2 0 0.45 0 86.84 1 0.78
Hex CC FF 8D 14 0 2D 0 57 64 4E
Octal 314 377 215 24 0 55 0 127 144 116
Binary 11001100 11111111 10001101 10100 0 101101 0 1010111 1100100 1001110

Color Harmonies of #CCFF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFF8D

Black with #CCFF8D

Text Example


Text Example

White with #CCFF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFF8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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