Html Css Color HEX #CCF750 Conifer

📋 copy color: '#CCF750'

red 204 ◦ green 247 ◦ blue 80

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

Shades of Conifer #CCF750

Tints of Conifer #CCF750

RGB

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

 GREEN value IS 247 (96.88% from 255) = 46.52%

 BLUE value IS 80 (31.64% from 255) = 15.07%

R = 38.42%
G = 46.52%
B = 15.07%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#CCF750 (or 0xCCF750) is known color: Conifer. HEX triplet: CC, F7 and 50. RGB value is (204,247,80). Sum of RGB (Red+Green+Blue) = 204+247+80=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 247 (96.88% from 255 or 46.52% from 531); Blue value is 80 (31.64% from 255 or 15.07% from 531); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF750 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF750 is #3308AF. Grayscale: #D7D7D7. Windows color (decimal): -3344560 or 5306316. OLE color: 5306316.

HSL color Cylindrical-coordinate representation of color #CCF750: hue angle of 75.45º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CCF750 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 247 80 -
CMYK 0.17 0 0.68 0.03
HSL 75.45º 0.91% 0.64% -
HSV(B) 75.45º 0.68% 0.97% -
XYZ 59.61 79.94 19.88 -
YUV 215.11 51.75 120.08 -
System Red Green Blue C M Y K H S L
Decimal 204 247 80 0.17 0 0.68 0.03 75.45 0.91 0.64
Hex CC F7 50 11 0 44 3 4B 5B 40
Octal 314 367 120 21 0 104 3 113 133 100
Binary 11001100 11110111 1010000 10001 0 1000100 11 1001011 1011011 1000000

Color Harmonies of #CCF750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF750

Black with #CCF750

Text Example


Text Example

White with #CCF750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF750; }

 p { color: rgb(204,247,80); }

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

background-color css

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

 a { background-color: rgb(204,247,80); }

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

border-color css

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

 span { border-color: rgb(204,247,80); }

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