Html Css Color HEX #C2CF43 Las Palmas

📋 copy color: '#C2CF43'

red 194 ◦ green 207 ◦ blue 67

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

Shades of Las Palmas #C2CF43

Tints of Las Palmas #C2CF43

RGB

 RED value IS 194 (76.17% from 255) = 41.45%

 GREEN value IS 207 (81.25% from 255) = 44.23%

 BLUE value IS 67 (26.56% from 255) = 14.32%

R = 41.45%
G = 44.23%
B = 14.32%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#C2CF43 (or 0xC2CF43) is known color: Las Palmas. HEX triplet: C2, CF and 43. RGB value is (194,207,67). Sum of RGB (Red+Green+Blue) = 194+207+67=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 67 (26.56% from 255 or 14.32% from 468); Max value from RGB is 207 - color contains mainly: green. Hex color #C2CF43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CF43 is #3D30BC. Grayscale: #BBBBBB. Windows color (decimal): -4010173 or 4444098. OLE color: 4444098.

HSL color Cylindrical-coordinate representation of color #C2CF43: hue angle of 65.57º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2CF43 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 207 67 -
CMYK 0.06 0 0.68 0.19
HSL 65.57º 0.59% 0.54% -
HSV(B) 65.57º 0.68% 0.81% -
XYZ 45.57 56.5 13.81 -
YUV 187.15 60.19 132.88 -
System Red Green Blue C M Y K H S L
Decimal 194 207 67 0.06 0 0.68 0.19 65.57 0.59 0.54
Hex C2 CF 43 6 0 44 13 42 3B 36
Octal 302 317 103 6 0 104 23 102 73 66
Binary 11000010 11001111 1000011 110 0 1000100 10011 1000010 111011 110110

Color Harmonies of #C2CF43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CF43

Black with #C2CF43

Text Example


Text Example

White with #C2CF43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CF43; }

 p { color: rgb(194,207,67); }

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

background-color css

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

 a { background-color: rgb(194,207,67); }

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

border-color css

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

 span { border-color: rgb(194,207,67); }

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