Html Css Color HEX #CCFB8D Reef

📋 copy color: '#CCFB8D'

red 204 ◦ green 251 ◦ blue 141

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

Shades of Reef #CCFB8D

Tints of Reef #CCFB8D

RGB

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

 GREEN value IS 251 (98.44% from 255) = 42.11%

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

R = 34.23%
G = 42.11%
B = 23.66%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#CCFB8D (or 0xCCFB8D) is known color: Reef. HEX triplet: CC, FB and 8D. RGB value is (204,251,141). Sum of RGB (Red+Green+Blue) = 204+251+141=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 251 (98.44% from 255 or 42.11% from 596); Blue value is 141 (55.47% from 255 or 23.66% from 596); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFB8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFB8D is #330472. Grayscale: #E0E0E0. Windows color (decimal): -3343475 or 9305036. OLE color: 9305036.

HSL color Cylindrical-coordinate representation of color #CCFB8D: hue angle of 85.64º degrees, saturation: 0.93, 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 #CCFB8D is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 251 141 -
CMYK 0.19 0 0.44 0.02
HSL 85.64º 0.93% 0.77% -
HSV(B) 85.64º 0.44% 0.98% -
XYZ 64.21 83.75 37.98 -
YUV 224.41 80.93 113.44 -
System Red Green Blue C M Y K H S L
Decimal 204 251 141 0.19 0 0.44 0.02 85.64 0.93 0.77
Hex CC FB 8D 13 0 2C 2 56 5D 4D
Octal 314 373 215 23 0 54 2 126 135 115
Binary 11001100 11111011 10001101 10011 0 101100 10 1010110 1011101 1001101

Color Harmonies of #CCFB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFB8D

Black with #CCFB8D

Text Example


Text Example

White with #CCFB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFB8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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