Html Css Color HEX #CCFD8D Reef

📋 copy color: '#CCFD8D'

red 204 ◦ green 253 ◦ blue 141

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

Shades of Reef #CCFD8D

Tints of Reef #CCFD8D

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.31%

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

R = 34.11%
G = 42.31%
B = 23.58%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#CCFD8D (or 0xCCFD8D) is known color: Reef. HEX triplet: CC, FD and 8D. RGB value is (204,253,141). Sum of RGB (Red+Green+Blue) = 204+253+141=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 253 (99.22% from 255 or 42.31% from 598); Blue value is 141 (55.47% from 255 or 23.58% from 598); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFD8D is #330272. Grayscale: #E1E1E1. Windows color (decimal): -3342963 or 9305548. OLE color: 9305548.

HSL color Cylindrical-coordinate representation of color #CCFD8D: hue angle of 86.25º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCFD8D is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 253 141 -
CMYK 0.19 0 0.44 0.01
HSL 86.25º 0.97% 0.77% -
HSV(B) 86.25º 0.44% 0.99% -
XYZ 64.83 85.01 38.19 -
YUV 225.58 80.27 112.61 -
System Red Green Blue C M Y K H S L
Decimal 204 253 141 0.19 0 0.44 0.01 86.25 0.97 0.77
Hex CC FD 8D 13 0 2C 1 56 61 4D
Octal 314 375 215 23 0 54 1 126 141 115
Binary 11001100 11111101 10001101 10011 0 101100 1 1010110 1100001 1001101

Color Harmonies of #CCFD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFD8D

Black with #CCFD8D

Text Example


Text Example

White with #CCFD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFD8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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