Html Css Color HEX #CCFA8D Reef

📋 copy color: '#CCFA8D'

red 204 ◦ green 250 ◦ blue 141

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

Shades of Reef #CCFA8D

Tints of Reef #CCFA8D

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.02%

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

R = 34.29%
G = 42.02%
B = 23.7%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#CCFA8D (or 0xCCFA8D) is known color: Reef. HEX triplet: CC, FA and 8D. RGB value is (204,250,141). Sum of RGB (Red+Green+Blue) = 204+250+141=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 250 (98.05% from 255 or 42.02% from 595); Blue value is 141 (55.47% from 255 or 23.70% from 595); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFA8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFA8D is #330572. Grayscale: #E0E0E0. Windows color (decimal): -3343731 or 9304780. OLE color: 9304780.

HSL color Cylindrical-coordinate representation of color #CCFA8D: hue angle of 85.32º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCFA8D is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 250 141 -
CMYK 0.18 0 0.44 0.02
HSL 85.32º 0.92% 0.77% -
HSV(B) 85.32º 0.44% 0.98% -
XYZ 63.9 83.13 37.88 -
YUV 223.82 81.26 113.86 -
System Red Green Blue C M Y K H S L
Decimal 204 250 141 0.18 0 0.44 0.02 85.32 0.92 0.77
Hex CC FA 8D 12 0 2C 2 55 5C 4D
Octal 314 372 215 22 0 54 2 125 134 115
Binary 11001100 11111010 10001101 10010 0 101100 10 1010101 1011100 1001101

Color Harmonies of #CCFA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFA8D

Black with #CCFA8D

Text Example


Text Example

White with #CCFA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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