Html Css Color HEX #CCF18F Reef

📋 copy color: '#CCF18F'

red 204 ◦ green 241 ◦ blue 143

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

Shades of Reef #CCF18F

Tints of Reef #CCF18F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.99%

 BLUE value IS 143 (56.25% from 255) = 24.32%

R = 34.69%
G = 40.99%
B = 24.32%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#CCF18F (or 0xCCF18F) is known color: Reef. HEX triplet: CC, F1 and 8F. RGB value is (204,241,143). Sum of RGB (Red+Green+Blue) = 204+241+143=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 241 (94.53% from 255 or 40.99% from 588); Blue value is 143 (56.25% from 255 or 24.32% from 588); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF18F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF18F is #330E70. Grayscale: #DBDBDB. Windows color (decimal): -3346033 or 9433548. OLE color: 9433548.

HSL color Cylindrical-coordinate representation of color #CCF18F: hue angle of 82.65º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCF18F is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 241 143 -
CMYK 0.15 0 0.41 0.05
HSL 82.65º 0.78% 0.75% -
HSV(B) 82.65º 0.41% 0.95% -
XYZ 61.32 77.73 37.76 -
YUV 218.77 85.24 117.47 -
System Red Green Blue C M Y K H S L
Decimal 204 241 143 0.15 0 0.41 0.05 82.65 0.78 0.75
Hex CC F1 8F F 0 29 5 53 4E 4B
Octal 314 361 217 17 0 51 5 123 116 113
Binary 11001100 11110001 10001111 1111 0 101001 101 1010011 1001110 1001011

Color Harmonies of #CCF18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF18F

Black with #CCF18F

Text Example


Text Example

White with #CCF18F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF18F; }

 p { color: rgb(204,241,143); }

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

background-color css

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

 a { background-color: rgb(204,241,143); }

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

border-color css

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

 span { border-color: rgb(204,241,143); }

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