Html Css Color HEX #CBE13D Las Palmas

📋 copy color: '#CBE13D'

red 203 ◦ green 225 ◦ blue 61

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

Shades of Las Palmas #CBE13D

Tints of Las Palmas #CBE13D

RGB

 RED value IS 203 (79.69% from 255) = 41.51%

 GREEN value IS 225 (88.28% from 255) = 46.01%

 BLUE value IS 61 (24.22% from 255) = 12.47%

R = 41.51%
G = 46.01%
B = 12.47%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#CBE13D (or 0xCBE13D) is known color: Las Palmas. HEX triplet: CB, E1 and 3D. RGB value is (203,225,61). Sum of RGB (Red+Green+Blue) = 203+225+61=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 225 (88.28% from 255 or 46.01% from 489); Blue value is 61 (24.22% from 255 or 12.47% from 489); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE13D is #341EC2. Grayscale: #C8C8C8. Windows color (decimal): -3415747 or 4055499. OLE color: 4055499.

HSL color Cylindrical-coordinate representation of color #CBE13D: hue angle of 68.05º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CBE13D is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 225 61 -
CMYK 0.10 0 0.73 0.12
HSL 68.05º 0.73% 0.56% -
HSV(B) 68.05º 0.73% 0.88% -
XYZ 52.4 66.88 14.56 -
YUV 199.73 49.71 130.34 -
System Red Green Blue C M Y K H S L
Decimal 203 225 61 0.10 0 0.73 0.12 68.05 0.73 0.56
Hex CB E1 3D A 0 49 C 44 49 38
Octal 313 341 75 12 0 111 14 104 111 70
Binary 11001011 11100001 111101 1010 0 1001001 1100 1000100 1001001 111000

Color Harmonies of #CBE13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE13D

Black with #CBE13D

Text Example


Text Example

White with #CBE13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE13D; }

 p { color: rgb(203,225,61); }

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

background-color css

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

 a { background-color: rgb(203,225,61); }

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

border-color css

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

 span { border-color: rgb(203,225,61); }

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